projects
/
ecparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a6c60
)
fix bad wording
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 6 Jul 2008 09:52:17 +0000
(11:52 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 6 Jul 2008 09:52:17 +0000
(11:52 +0200)
CollectionReader.cpp
patch
|
blob
|
history
diff --git
a/CollectionReader.cpp
b/CollectionReader.cpp
index
e33d6b8
..
ffbb89c
100644
(file)
--- a/
CollectionReader.cpp
+++ b/
CollectionReader.cpp
@@
-167,7
+167,7
@@
ED2KLink* CollectionReader::getNextLink() {
return NULL;
}
growingBuffer.read(&fileCollectionCount, 4);
- GlobalSettings::isVerbose() && fprintf(stderr, "[%s:%d] will read %d file
tag
s.\n", __FILE__, __LINE__, fileCollectionCount);
+ GlobalSettings::isVerbose() && fprintf(stderr, "[%s:%d] will read %d files.\n", __FILE__, __LINE__, fileCollectionCount);
collectionFileIndex = 0;
firstLink = false;
}