Kernel - Instruction tracing support
[tpg/acess2.git] / Modules / Filesystems / Ext2 / write.c
index e52ebf7..5a7cfc0 100644 (file)
@@ -166,7 +166,7 @@ Uint32 Ext2_int_AllocateBlock(tExt2_Disk *Disk, Uint32 PrevBlock)
                        }
                        
                        // Fast Check
-                       if( bitmap[j/32] == -1 ) {
+                       if( bitmap[j/32] == 0xFFFFFFFF ) {
                                j = (j + 31) & ~31;
                                continue;
                        }

UCC git Repository :: git.ucc.asn.au