From 271b31755a1dd858a9dca15f21d3353b0f928d61 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Wed, 14 May 2014 16:14:33 +1100 Subject: [PATCH] * init variable --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 13b9a46..e9364d0 100644 --- a/src/util.c +++ b/src/util.c @@ -149,7 +149,7 @@ int main(int argc, char **argv) enum { undef, search, bitmap, usage_map } mode = undef; const char *db_path = NULL; float tresh = 0.10; - unsigned short int cols; + unsigned short int cols = 64; db_t db; rec_t sample; char opt = '\0';