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

index d6a0fd4..b9ebd55 100644 (file)
@@ -87,6 +87,8 @@ char *VFS_GetAbsPath(char *Path)
                if(pos == -1)   pos = baseLen+pathLen;
                else    pos += read;    // Else, Adjust to absolute
                
+               Log("pos-read = %i", pos-read);
+               
                // Check Length
                if(pos - read <= 2)
                {

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