summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
Diffstat (limited to 'strings')
-rw-r--r--strings/apr_snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/apr_snprintf.c b/strings/apr_snprintf.c
index 053f09863..4acbe2fa5 100644
--- a/strings/apr_snprintf.c
+++ b/strings/apr_snprintf.c
@@ -1327,7 +1327,7 @@ APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *),
*/
if (print_something == YES) {
for (i = s_len; i != 0; i--) {
- INS_CHAR(*s, sp, bep, cc);
+ INS_CHAR(*s, sp, bep, cc);
s++;
}
}