Fixed captive_cc_flush() to flush even buffers written by other buffer writes.
authorshort <>
Fri, 11 Jul 2003 07:37:40 +0000 (07:37 +0000)
committershort <>
Fri, 11 Jul 2003 07:37:40 +0000 (07:37 +0000)
src/libcaptive/cc/map.c

index e613f99..aabae76 100644 (file)
@@ -563,6 +563,7 @@ static void captive_cc_flush_private_bcb_hash_foreach(
        if (!privbcb->dirty)    /* OK */
                return;
 
+       *flushedp=TRUE;
        captive_privbcb_flush(privbcb);
 }