changed first arg of sscanf() to const char *
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <string.h>
|
||||
#include "loc_incl.h"
|
||||
|
||||
int sscanf(char *s, const char *format, ...)
|
||||
int sscanf(const char *s, const char *format, ...)
|
||||
{
|
||||
va_list ap;
|
||||
int retval;
|
||||
|
||||
Reference in New Issue
Block a user