oops
This commit is contained in:
@@ -153,8 +153,7 @@ const char *SignalCodeName( int signo, int code )
|
|||||||
}
|
}
|
||||||
|
|
||||||
static char buf[128];
|
static char buf[128];
|
||||||
strcpy( buf, "Unknown code " );
|
sprintf( buf, "Unknown code %i", code );
|
||||||
strcat( buf, itoa(code) );
|
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user