Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1df9cc40
Commit
1df9cc40
authored
Nov 15, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(doprnt1): Add a cast.
parent
436c5811
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/doprnt.c
src/doprnt.c
+1
-1
No files found.
src/doprnt.c
View file @
1df9cc40
...
...
@@ -200,7 +200,7 @@ doprnt1 (lispstrings, buffer, bufsize, format, format_end, nargs, args)
minlen
=
atoi
(
&
fmtcpy
[
1
]);
if
(
lispstrings
)
{
string
=
XSTRING
(((
Lisp_Object
*
)
args
)[
cnt
])
->
data
;
string
=
(
char
*
)
XSTRING
(((
Lisp_Object
*
)
args
)[
cnt
])
->
data
;
tem
=
XSTRING
(((
Lisp_Object
*
)
args
)[
cnt
])
->
size
;
cnt
++
;
}
...
...
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