Changing the list output from [slot=x/x] to [run=x/x] to
authorllbatlle@taga
Wed, 16 Jul 2008 11:31:36 +0200
changeset 229 fac290a405e6
parent 228 342da3c04e9c
child 230 a7f810620541
Changing the list output from [slot=x/x] to [run=x/x] to make it fit 80 columns
list.c
--- a/list.c	Wed Jul 16 07:22:11 2008 +0200
+++ b/list.c	Wed Jul 16 11:31:36 2008 +0200
@@ -35,7 +35,7 @@
     char * line;
 
     line = malloc(100);
-    snprintf(line, 100, "%-4s %-10s %-20s %-8s %-14s %s   [slots=%i/%i]\n",
+    snprintf(line, 100, "%-4s %-10s %-20s %-8s %-14s %s [run=%i/%i]\n",
             "ID",
             "State",
             "Output",