]> andersk Git - moira.git/blobdiff - gen/networks.dc
randomized continuation lines
[moira.git] / gen / networks.dc
index 63cfbfc04a42f64c9a3ad3017ada49a4d976ccd2..697fc481676c29d6d5979fab59d5a9b66429f279 100644 (file)
@@ -85,7 +85,7 @@ char **argv;
        if (sqlca.sqlcode != 0) break;
        if (id == 0) continue;
        if (*strtrim(name) == 0) continue;
-       fprintf(out, "NETWORK : %-16.16s : %-13.13s : %s \n", name, inet_ntoa(htonl(addr)), 
+       fprintf(out, "NETWORK : %-16.16s : %-12.12s : %s\n", name, inet_ntoa(htonl(addr)), 
           description);
     }
 
This page took 0.034926 seconds and 4 git commands to generate.