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
e093d6bf
Commit
e093d6bf
authored
Jan 02, 2001
by
Eli Zaretskii
Browse files
(doprnt1): Remove unused variable `size'.
parent
f94ecad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/doprnt.c
src/doprnt.c
+0
-1
No files found.
src/doprnt.c
View file @
e093d6bf
...
...
@@ -118,7 +118,6 @@ doprnt1 (lispstrings, buffer, bufsize, format, format_end, nargs, args)
char
fixed_buffer
[
20
];
/* Default buffer for small formatting. */
char
*
fmtcpy
;
int
minlen
;
int
size
;
/* Field width factor; e.g., %90d */
unsigned
char
charbuf
[
5
];
/* Used for %c. */
if
(
format_end
==
0
)
...
...
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