mirror of
https://github.com/curl/curl.git
synced 2026-08-05 17:56:19 +03:00
parent
b7c9166c4c
commit
b70e8f4b9b
8 changed files with 17 additions and 17 deletions
|
|
@ -984,7 +984,7 @@ number:
|
|||
*fptr++ = 'l';
|
||||
|
||||
if(flags & FLAGS_FLOATE)
|
||||
*fptr++ = (char)((flags & FLAGS_UPPER) ? 'E':'e');
|
||||
*fptr++ = (char)((flags & FLAGS_UPPER) ? 'E' : 'e');
|
||||
else if(flags & FLAGS_FLOATG)
|
||||
*fptr++ = (char)((flags & FLAGS_UPPER) ? 'G' : 'g');
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue