This commit is contained in:
ridiculousfish 2012-07-08 22:36:04 -07:00
parent 73e56527bf
commit cd3ed71137

View file

@ -74,7 +74,7 @@ int tputs(const char *str, int affcnt, int (*fish_putc)(tputs_arg_t))
*/ */
char *tparm_solaris_kludge( char *str, ... ) 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_list ap;
va_start( ap, str ); va_start( ap, str );