This commit is contained in:
rsc 2006-04-20 22:54:18 +00:00
parent c9ee9e62f6
commit 3fe9465ac9
14 changed files with 30 additions and 27 deletions

View file

@ -41,7 +41,7 @@ nrep(void)
sym = symlook("NREP", S_VAR, 0);
if(sym){
w = (Word *) sym->value;
w = sym->u.ptr;
if (w && w->s && *w->s)
nreps = atoi(w->s);
}