summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d535398)
raw | patch | inline | side by side (parent: d535398)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 15:11:46 +0000 (17:11 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 15:11:46 +0000 (17:11 +0200) |
src/fscache.c | patch | blob | history |
diff --git a/src/fscache.c b/src/fscache.c
index 8fbd271394e90554fcf92f1c850f6b4733242537..68f5c79c98006c37585770b0674bd3b32611b9c7 100644 (file)
--- a/src/fscache.c
+++ b/src/fscache.c
section_len--;
section[section_len] = 0;
}
- if (section_len <= 0)
+ if (section_len == 0)
continue;
fields_num = strsplit (lineptr, fields, STATIC_ARRAY_SIZE (fields));