]> andersk Git - splint.git/blobdiff - src/cstringList.c
ADded numabstract types.
[splint.git] / src / cstringList.c
index bdd2e5746750ae55f9979568d4af416f717e32ac..da4ec632285e6e8e9992871e86964cb120c66b84 100644 (file)
@@ -199,7 +199,7 @@ cstringList_printSpaced (cstringList s, size_t indent, size_t gap, int linelen)
            }
        }
 
-      numcol = (linelen - indent) / (longest + gap);
+      numcol = size_toInt ((linelen - indent) / (longest + gap));
       
       if (numcol <= 1) 
        {
This page took 0.032073 seconds and 4 git commands to generate.