Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 425 → Rev 426

/svarcom/trunk/command.c
94,7 → 94,7
cfg->locate = 1;
}
if (strstartswith(argv[i], "/e:") == 0) {
if ((atouns(&(cfg->envsiz), argv[i] + 3) != 0) || (cfg->envsiz < 64)) {
if ((atous(&(cfg->envsiz), argv[i] + 3) != 0) || (cfg->envsiz < 64)) {
cfg->envsiz = 0;
}
}