(Fcall_interactively): Cast arg of doprnt.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 May 1995 14:30:07 +0000 (14:30 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 May 1995 14:30:07 +0000 (14:30 +0000)
src/callint.c

index 3c05d8d..c58f91b 100644 (file)
@@ -452,7 +452,8 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
            ? (unsigned char *) ""
              : XSTRING (visargs[j])->data;
 
-      doprnt (prompt, sizeof prompt, prompt1, 0, j - 1, argstrings + 1);
+      doprnt (prompt, sizeof prompt, prompt1, (char *)0,
+             j - 1, argstrings + 1);
 
       switch (*tem)
        {