Update of /cvsroot/subproc/subproc
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12356
Modified Files:
subproc
Log Message:
Removed one line, I have forgotten to update.
Index: subproc
===================================================================
RCS file: /cvsroot/subproc/subproc/subproc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- subproc 22 Jul 2006 07:19:46 -0000 1.14
+++ subproc 22 Jul 2006 09:12:54 -0000 1.15
@@ -470,7 +470,6 @@
else
s = x
- if (verbose) print "Delete " l " starting from " s
debug(sprintf(_"Process: delete %s starting from %s", l, s))
d = 0
for (j = 1; j <= isub["total"]; j++)
|