Skip to content
Snippets Groups Projects
Commit db81f5d1 authored by David Hedbor's avatar David Hedbor
Browse files

wef

Rev: src/opcodes.c:1.3
parent daedff40
No related branches found
No related tags found
No related merge requests found
...@@ -253,11 +253,11 @@ static int read_set(char *match,int cnt,char *set,int match_len) ...@@ -253,11 +253,11 @@ static int read_set(char *match,int cnt,char *set,int match_len)
static INT32 low_sscanf(INT32 num_arg) static INT32 low_sscanf(INT32 num_arg)
{ {
char *input; char *input;
int input_len; INT32 input_len;
char *match; char *match;
int match_len; INT32 match_len;
struct svalue sval; struct svalue sval;
int e,cnt,matches,eye,arg; INT32 e,cnt,matches,eye,arg;
int no_assign; int no_assign;
char set[256]; char set[256];
struct svalue *argp; struct svalue *argp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment