Improve debugging. Don't overwrite sm->line.
commit38a6905a498b06497c47e83c130fdad330ed234a
authorDan Carpenter <error27@gmail.com>
Mon, 25 May 2009 15:51:28 +0000 (25 18:51 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 25 May 2009 15:51:28 +0000 (25 18:51 +0300)
tree99fcb0d023dc4691d8fcd82b206b51c33e2a6774
parent36d4b011a643c1e62db3448b642b1219b2f10b7b
Improve debugging.  Don't overwrite sm->line.

The line where the clone happened is probably more helpful than the line
where the state was originally set.  This is only used for debugging.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_slist.c