Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cc04c679
Commit
cc04c679
authored
May 25, 1995
by
Karl Heuer
Browse files
(Fcall_interactively): Cast arg of doprnt.
parent
d99d5863
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/callint.c
src/callint.c
+2
-1
No files found.
src/callint.c
View file @
cc04c679
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment