Debug
authorJohn Hodge <[email protected]>
Sun, 27 Sep 2009 10:17:07 +0000 (18:17 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Sep 2009 10:17:07 +0000 (18:17 +0800)
Kernel/vfs/open.c

index 43bf3d5..1b51b85 100644 (file)
@@ -109,6 +109,7 @@ char *VFS_GetAbsPath(char *Path)
                
                // Only copy if the positions differ
                if(read != write) {
+                       Log("write = %i, read = %i", write, read);
                        memcpy( &ret[write], &ret[read], pos-read+1 );
                }
                write = pos+1;

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