summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-19 06:09:01 +0000
committerphk <phk@FreeBSD.org>1995-03-19 06:09:01 +0000
commit6a942ef2ace92d035096e03568d08dd6bcc0aefe (patch)
tree62e1f62f0d9b6bef3574c213239acf53f571f044 /usr.sbin/ctm
parent9bbe457704b3dd1932dbaf155bc4c5cd3923795b (diff)
downloadFreeBSD-src-6a942ef2ace92d035096e03568d08dd6bcc0aefe.zip
FreeBSD-src-6a942ef2ace92d035096e03568d08dd6bcc0aefe.tar.gz
Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly.
Diffstat (limited to 'usr.sbin/ctm')
-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