aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgsplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgsplit.c')
-rw-r--r--tools/gpgsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c
index 17c4a0aa1..8d89b1b9d 100644
--- a/tools/gpgsplit.c
+++ b/tools/gpgsplit.c
@@ -192,7 +192,7 @@ create_filename (int pkttype)
assert (pkttype < 1000 && pkttype >= 0 );
partno++;
- sprintf (name, "%s%06u-%03d.%.40s",
+ sprintf (name, "%s%06u-%03d" EXTSEP_S "%.40s",
opt_prefix, partno, pkttype, pkttype_to_string (pkttype));
return name;
}