projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b19f88
)
Changed wrong comment.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 7 Feb 2015 12:02:16 +0000
(13:02 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 7 Feb 2015 12:02:16 +0000
(13:02 +0100)
src/util.c
patch
|
blob
|
history
diff --git
a/src/util.c
b/src/util.c
index
bf40001
..
0b24380
100644
(file)
--- a/
src/util.c
+++ b/
src/util.c
@@
-171,8
+171,7
@@
GList *util_file_to_unique_list(const char *filename, Util_Content_Func func,
data = NULL;
}
- /* If the item is already in the has table we don't ned to put it in
- * the list, but we have to free the momory. */
+ /* Check if the entry is already in the result list. */
if (g_hash_table_lookup_extended(ht, key, NULL, NULL)) {
continue;
}