X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=commitid.scad.pl;h=de571668f8d9d64df1b7b4d408f5a91c57c1a0d6;hp=83e3afe642e719c3105f119dea7805d2a2cfb8e3;hb=d303b378e689adb3c2448c9fe81f7e218188675b;hpb=17f35150e597aee7c4d000bea9973000e8f17b32 diff --git a/commitid.scad.pl b/commitid.scad.pl index 83e3afe..de57166 100755 --- a/commitid.scad.pl +++ b/commitid.scad.pl @@ -361,7 +361,7 @@ sub do_git () { foreach my $sz (3..10) { gentextmodule_demo_start_batch($sz-3); - gentextmodule_plusq("Small$sz", rjustt($sz, $git_count.$git_dirty)) + gentextmodule_plusq("Small$sz", rjustt($sz, $git_count, $git_dirty)) if defined $git_count; gentextmodule_plusq("Git$sz", ljustt($sz, $git_object, $git_dirty)) @@ -369,8 +369,8 @@ sub do_git () { if (defined $git_count && defined $git_object) { gentextmodule("Full$sz", - ljustt($sz, $git_object, ''), - rjustt($sz, $git_count.$git_dirty)); + ljustt($sz, $git_object), + rjustt($sz, $git_count, $git_dirty)); if (!($sz % 2)) { my $e = $sz/2;