aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 9fc69b74de9..3fd3d91de33 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -2454,7 +2454,7 @@ format1 (string1)
2454 args[2] = arg2; 2454 args[2] = arg2;
2455 args[3] = arg3; 2455 args[3] = arg3;
2456 args[4] = arg4; 2456 args[4] = arg4;
2457 doprnt (buf, sizeof buf, string1, (char *)0, 5, args); 2457 doprnt (buf, sizeof buf, string1, (char *)0, 5, (char **) args);
2458#else 2458#else
2459 doprnt (buf, sizeof buf, string1, (char *)0, 5, &string1 + 1); 2459 doprnt (buf, sizeof buf, string1, (char *)0, 5, &string1 + 1);
2460#endif 2460#endif