--- capa/capa51/pProj/capaFunction.c 2002/04/23 22:23:46 1.14 +++ capa/capa51/pProj/capaFunction.c 2002/09/24 15:10:40 1.15 @@ -773,7 +773,7 @@ ArgNode_t *argp; case R_VAR: case R_CONSTANT: break; case S_VAR: case S_CONSTANT: leng = strlen(FIRST_ARGSTR(argp)); - if( (index(FIRST_ARGSTR(argp), ' ') != NULL) ) { + if( (index(FIRST_ARGSTR(argp), ',') != NULL) ) { sscanf(FIRST_ARGSTR(argp),"%ld,%ld", &seed1, &seed2); setall(seed1,seed2); }