]> andersk Git - splint.git/blobdiff - src/constraintGeneration.c
Fix bit rot of DPRINTF calls.
[splint.git] / src / constraintGeneration.c
index 9be223eb0d51bd6c9a83e8fe40c3d8b02b0f2c40..148a2e71f81ffb7d3dd8ce48f92c5b309aaed133 100644 (file)
@@ -849,7 +849,7 @@ void exprNode_multiStatement (/*@dependent@*/ exprNode e)
   constraintList temp;
 
   DPRINTF((message ("exprNode_multistatement Analysising %s %s at", exprNode_unparse(e),
-                   fileloc_unparse(exprNode_getfileloc(e)))));
+                   fileloc_unparse(exprNode_getNextSequencePoint(e)))));
   
   if (exprNode_handleError (e))
     {
This page took 0.032933 seconds and 4 git commands to generate.