]> git.deb.at Git - pkg/abook.git/blobdiff - filter.c
some int -> bool changes
[pkg/abook.git] / filter.c
index 1d42a28bde23df9c3f89e3c0fce323e93d03c1d1..4a537b946de43d08a9a2892f7381f3a150a8b64f 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -1104,7 +1104,7 @@ csv_parse_line(char *line)
 {
        char *p, *start;
        int field;
-       int in_quote = FALSE;
+       bool in_quote = FALSE;
        list_item item;
 
        memset(item, 0, sizeof(item));