mirror of
https://repo.or.cz/socat.git
synced 2025-07-04 12:26:32 +00:00
Some minor non functional corrections
This commit is contained in:
parent
29207daf38
commit
4cebaf45e4
3 changed files with 9 additions and 5 deletions
|
@ -374,7 +374,7 @@ int vsnprintf_r(char *str, size_t size, const char *format, va_list ap) {
|
|||
#if HAVE_TYPE_LONGLONG
|
||||
# define num_buff_len ((sizeof(unsigned long long)*8+2)/3+1) /* hold up to u long long in octal w/ \0 */
|
||||
#else
|
||||
# define num_buff_len ((sizeof(unsigned long)*8+2)/3+1)]; /* hold up to u long in octal w/ \0 */
|
||||
# define num_buff_len ((sizeof(unsigned long)*8+2)/3+1) /* hold up to u long in octal w/ \0 */
|
||||
#endif
|
||||
char lengthmod = '\0'; /* 'h' 'l' 'L' 'z' */
|
||||
int leading0 = 0; /* or 1 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue