From 4c18419bf8e6288d3d4787689c1818873ad01846 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 17 Jul 2015 12:42:52 +0200 Subject: [PATCH] dreistellige Durchnummerierung --- discspan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discspan.c b/discspan.c index 8ee71fc..b5b1b67 100644 --- a/discspan.c +++ b/discspan.c @@ -148,7 +148,7 @@ int main(int argc, char *argv[]) filecopy(input, rest); while(exists(rest) == 0) { - sprintf(outname, "%s%d",output , num++); + sprintf(outname, "%s%03d",output , num++); if(exists(rest) == 0) { filecopy(rest, work); -- 2.39.5