Changeset 8c5d3743 in rtems for cpukit/libblock


Ignore:
Timestamp:
12/09/08 14:44:07 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
02cd531
Parents:
9376664
Message:

2008-12-09 Sebastian Huber <sebastian.huber@…>

  • libblock/src/bdbuf.c: Fix typo having crept in during boolean->bool transition.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/src/bdbuf.c

    r9376664 r8c5d3743  
    21982198          (rtems_bdbuf_buffer*) rtems_chain_get (&transfer);
    21992199
    2200         bool write = true;
     2200        bool write = false;
    22012201       
    22022202        /*
Note: See TracChangeset for help on using the changeset viewer.