git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fcc8d
)
Added debug to VFS_ReadDir
author
John Hodge
<
[email protected]
>
Fri, 25 Sep 2009 06:10:47 +0000
(14:10 +0800)
committer
John Hodge
<
[email protected]
>
Fri, 25 Sep 2009 06:10:47 +0000
(14:10 +0800)
Kernel/vfs/dir.c
patch
|
blob
|
history
diff --git
a/Kernel/vfs/dir.c
b/Kernel/vfs/dir.c
index
b4001dd
..
57c11c1
100644
(file)
--- a/
Kernel/vfs/dir.c
+++ b/
Kernel/vfs/dir.c
@@
-146,6
+146,7
@@
int VFS_ReadDir(int FD, char *Dest)
if(h->Node->ReadDir == NULL) return 0;
tmp = h->Node->ReadDir(h->Node, h->Position);
+ LOG("tmp = '%s'", tmp);
if(!tmp) return 0;
UCC
git Repository :: git.ucc.asn.au