Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
266a8b37
Commit
266a8b37
authored
Mar 05, 2004
by
Niels Möller
Browse files
* vsnprintf.c (dopr): Use unsigned char for the argument to
isdigit. Rev: src/argp/ChangeLog:1.30 Rev: src/argp/vsnprintf.c:1.3
parent
3560a461
Changes
2
Show whitespace changes
Inline
Side-by-side
src/argp/ChangeLog
View file @
266a8b37
2004-03-05 Niels Mller <nisse@lysator.liu.se>
* vsnprintf.c (dopr): Use unsigned char for the argument to
isdigit.
* configure.ac: We have no separeta replacement file for snprintf.
* vsnprintf.c (dopr): Fixed va_arg calls that used short. Made
...
...
src/argp/vsnprintf.c
View file @
266a8b37
...
...
@@ -145,7 +145,7 @@ static int dopr_outch (char *buffer, size_t *currlen, size_t maxlen, char c );
static
int
dopr
(
char
*
buffer
,
size_t
maxlen
,
const
char
*
format
,
va_list
args
)
{
char
ch
;
unsigned
char
ch
;
long
value
;
LDOUBLE
fvalue
;
char
*
strvalue
;
...
...
Write
Preview
Supports
Markdown
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