Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 989 → Rev 990

/svarcom/trunk/cmd/rename.c
72,7 → 72,7
case ':':
case '\\':
case '/':
nls_outputnl(25,4); /* "Invalid destination" */
nls_outputnl(0,8); /* "Invalid destination" */
return(CMD_FAIL);
}
buff1[fnameoffset + i] = p->argv[1][i];