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

index b9ebd55..1c00a1f 100644 (file)
@@ -92,6 +92,7 @@ char *VFS_GetAbsPath(char *Path)
                // Check Length
                if(pos - read <= 2)
                {
+                       Log("&ret[read] = '%s'", &ret[read]);
                        // Current Dir "."
                        if(strncmp(&ret[read], ".", pos-read) == 0)     continue;
                        // Parent ".."

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