summaryrefslogtreecommitdiffstats
path: root/src/gen_auc_txt.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen_auc_txt.pl')
-rwxr-xr-xsrc/gen_auc_txt.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen_auc_txt.pl b/src/gen_auc_txt.pl
index 14cae39..62b259a 100755
--- a/src/gen_auc_txt.pl
+++ b/src/gen_auc_txt.pl
@@ -9,5 +9,5 @@ my $COUNT = $ARGV[0];
my $i;
for ($i = 0; $i < $COUNT; $i++) {
- printf("90170%010u,5,%032u,%032u,0000,%u,0\n", $i, $i, $i, $i);
+ printf("90170%010u,5,%032u,%032u,0000,%08u,0\n", $i, $i, $i, $i);
}