From: Dan Carpenter Date: Thu, 19 Jun 2014 07:26:25 +0000 (+0300) Subject: db: fixup after call_implies changes X-Git-Tag: 1.60~230 X-Git-Url: https://repo.or.cz/w/smatch.git/commitdiff_plain/6a0ab745ddd9b9723fbcf8e4c3876de035dfcded db: fixup after call_implies changes We now have 5 columns here instead of 4. Signed-off-by: Dan Carpenter --- diff --git a/smatch_db.c b/smatch_db.c index 22497f58..7d9222ba 100644 --- a/smatch_db.c +++ b/smatch_db.c @@ -697,7 +697,7 @@ static int call_implies_callbacks(void *unused, int argc, char **argv, char **az int type; int param; - if (argc != 4) + if (argc != 5) return 0; type = atoi(argv[1]);