summaryrefslogtreecommitdiffstats
path: root/DTFormatN.c
diff options
context:
space:
mode:
Diffstat (limited to 'DTFormatN.c')
-rw-r--r--DTFormatN.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DTFormatN.c b/DTFormatN.c
index 0f9481b..37f604e 100644
--- a/DTFormatN.c
+++ b/DTFormatN.c
@@ -31,7 +31,7 @@ global func FormatN(string format, array placeholders, array items)
{
if(c == 37 && GetLength(placeholderType) == 0) // %
{
- ret = Format("%s%%", ret);
+ ret ..= "%";
inPlaceholder = 0;
}
else