Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1725 → Rev 1726

/svarcom/trunk/cmd/dir.c
208,6 → 208,9
glob_sortcmp_dat.order[2] = 0;
}
 
/* stupid MSDOS compatibility ("DIR /O:GNE") */
if (*ordstring == ':') ordstring++;
 
/* parsing */
for (ordi = 0; ordstring[ordi] != 0; ordi++) {
if (ordstring[ordi] == '-') {