From 6a0ab745ddd9b9723fbcf8e4c3876de035dfcded Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 19 Jun 2014 10:26:25 +0300 Subject: [PATCH] db: fixup after call_implies changes We now have 5 columns here instead of 4. Signed-off-by: Dan Carpenter --- smatch_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- 2.11.4.GIT