mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:05:39 +08:00
Fixes Solaris kludge https://github.com/fish-shell/fish-shell/issues/76
This commit is contained in:
parent
73e56527bf
commit
cd3ed71137
|
@ -74,7 +74,7 @@ int tputs(const char *str, int affcnt, int (*fish_putc)(tputs_arg_t))
|
|||
*/
|
||||
char *tparm_solaris_kludge( char *str, ... )
|
||||
{
|
||||
long int param[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||
long int param[9] = { };
|
||||
|
||||
va_list ap;
|
||||
va_start( ap, str );
|
||||
|
|
Loading…
Reference in New Issue
Block a user