summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38a83b7)
raw | patch | inline | side by side (parent: 38a83b7)
author | Max Kellermann <max@duempel.org> | |
Fri, 2 Oct 2009 17:21:09 +0000 (19:21 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 2 Oct 2009 17:21:09 +0000 (19:21 +0200) |
src/screen_search.c | patch | blob | history |
diff --git a/src/screen_search.c b/src/screen_search.c
index d0c0a78c074da96f5ab32c5e35f29f92da315b64..9f2fee13f0861aaa31cd46b2c26d5f5827af7d35 100644 (file)
--- a/src/screen_search.c
+++ b/src/screen_search.c
strv = g_strsplit_set(query, ": ", 0);
- i=0;
- while (strv[i]) {
- i++;
- }
-
memset(table, 0, 10*sizeof(int));
memset(arg, 0, 10*sizeof(char *));