]> andersk Git - splint.git/blobdiff - src/fileloc.c
Fixed problem with shadow parameters.
[splint.git] / src / fileloc.c
index 461659bac6e8867773476dd35612fa9dc29edf61..0c6cb2f6c734f918764c885f51a9e9bb9f0690e3 100644 (file)
@@ -88,7 +88,7 @@ fileloc_decColumn (fileloc f, int x)
 
   if (x > 0 && fileloc_isDefined (ret))
     {
-      llassertprint (ret->column > x, ("decColumn: %d", x));
+      llassertprint (ret->column > x, ("decColumn %s: %d", fileloc_unparse (f), x));
       ret->column -= x;
     }
 
This page took 0.083225 seconds and 4 git commands to generate.