m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/checks/Attic/get-them,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/checks/Attic/get-them,v [branch-1_4]
Date: Fri, 14 Jul 2006 15:16:01 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/14 15:15:59

Index: checks/get-them
===================================================================
RCS file: /sources/m4/m4/checks/Attic/get-them,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -u -b -r1.1.1.1.2.3 -r1.1.1.1.2.4
--- checks/get-them     8 Jul 2006 21:20:44 -0000       1.1.1.1.2.3
+++ checks/get-them     14 Jul 2006 15:15:58 -0000      1.1.1.1.2.4
@@ -23,7 +23,7 @@
 
   split($0, tmp, ",");
   node = substr(tmp[1], 7);
-  if (length(node) > 11)
+  if (length(node) > 10)
     printf("Node: %s - truncated", node);
   else
     printf("Node: %s ", node);
@@ -45,7 +45,7 @@
       close (file);
     seq++;
     count++;
-    file = sprintf("%02d.%s", count, node);
+    file = sprintf("%03d.%s", count, node);
     printf("dnl @ %s:%d: Origin of test\n", FILENAME, NR) > file;
     next;
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]