summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ctm/ctm_rmail/ctm_rmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.c b/usr.sbin/ctm/ctm_rmail/ctm_rmail.c
index 4a82e1f..cc42e3f 100644
--- a/usr.sbin/ctm/ctm_rmail/ctm_rmail.c
+++ b/usr.sbin/ctm/ctm_rmail/ctm_rmail.c
@@ -114,7 +114,7 @@ main(int argc, char **argv)
* Construct the file name of a piece of a delta.
*/
#define mk_piece_name(fn,d,p,n) \
- sprintf((fn), "%s/%s+%d-%d", piece_dir, (d), (p), (n))
+ sprintf((fn), "%s/%s+%03d-%03d", piece_dir, (d), (p), (n))
/*
* Construct the file name of an assembled delta.
OpenPOWER on IntegriCloud