summaryrefslogtreecommitdiff
path: root/src/expand/format_args.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand/format_args.cpp')
-rw-r--r--src/expand/format_args.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expand/format_args.cpp b/src/expand/format_args.cpp
index 0f881a6e..89503e0c 100644
--- a/src/expand/format_args.cpp
+++ b/src/expand/format_args.cpp
@@ -251,6 +251,7 @@ namespace {
if( *s == '0' ) {
args.zero_pad = true;
+ args.align_char = '0';
s ++;
}
else {