From 24df6ddfb44ae0010e2c018719a88575309069d0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 9 Dec 2008 14:44:16 +0000 Subject: 2008-12-09 Sebastian Huber * libblock/src/bdbuf.c: Fix typo having crept in during boolean->bool transition. --- cpukit/ChangeLog | 5 +++++ cpukit/libblock/src/bdbuf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 651f5a0f8c..96f97d64f4 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2008-12-09 Sebastian Huber + + * libblock/src/bdbuf.c: Fix typo having crept in during + boolean->bool transition. + 2008-12-08 Ralf Corsépius * libfs/src/nfsclient/Makefile.am: Remove RTEMS_RELLDFLAGS. diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c index bfda91cd72..da7d6f8e9c 100644 --- a/cpukit/libblock/src/bdbuf.c +++ b/cpukit/libblock/src/bdbuf.c @@ -2197,7 +2197,7 @@ rtems_bdbuf_swapout_pool_processing (rtems_bdpool_id pid, rtems_bdbuf_buffer* bd = (rtems_bdbuf_buffer*) rtems_chain_get (&transfer); - bool write = true; + bool write = false; /* * If the device only accepts sequential buffers and this is not the -- cgit v1.2.3