fix bug in printing file names
commit1cbd9f13fffbcb1277edae77adec34906db3d145
authorDan Carpenter <error27@gmail.com>
Sun, 17 Jan 2010 21:19:39 +0000 (18 00:19 +0300)
committerDan Carpenter <error27@gmail.com>
Sun, 17 Jan 2010 21:19:39 +0000 (18 00:19 +0300)
tree7a3b3b249b818fb31ce658dbfca9e7f788a9fbb6
parentc26d641e0bde8712172a8f6b6b699d5083b20a57
fix bug in printing file names

Before smatch didn't handle included .c files well.  The filename was
only set at the beginning when smatch was invoked but the actual checked
functions could be in a different .c file that was pulled in through an
#include.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch.h
smatch_flow.c