projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa37d3d
)
-LRN: fix callback arguments typo
author
Christian Grothoff
<christian@grothoff.org>
Sat, 14 Jan 2012 15:17:48 +0000
(15:17 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 14 Jan 2012 15:17:48 +0000
(15:17 +0000)
src/fs/fs_file_information.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_file_information.c
b/src/fs/fs_file_information.c
index cade94a799baffc4c752f694d424d6da7ac903a3..94b4c1866c363fce46d0382a6e7abaad6eee768c 100644
(file)
--- a/
src/fs/fs_file_information.c
+++ b/
src/fs/fs_file_information.c
@@
-948,7
+948,7
@@
GNUNET_FS_file_information_inspect (struct GNUNET_FS_FileInformation *dir,
proc (proc_cls, pos,
(pos->is_directory) ? pos->data.dir.dir_size : pos->data.
file.file_size, pos->meta, &pos->keywords, &pos->bo,
- (
dir->is_directory) ? &no : &dir
->data.file.do_index,
+ (
pos->is_directory) ? &no : &pos
->data.file.do_index,
&pos->client_info))
break;
pos = pos->next;