Subversion Repositories SvarDOS

Rev

Rev 2075 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2075 Rev 2078
Line 378... Line 378...
378
      continue;
378
      continue;
379
    }
379
    }
380
 
380
 
381
    /* must be an option then */
381
    /* must be an option then */
382
    /* check multi character options 1st */
382
    /* check multi character options 1st */
383
    if (argv[i][1] & 0xDF == 'D') {
383
    if ((argv[i][1] & 0xDF) == 'D') {
384
      switch(argv[i][2] & 0xDF) {
384
      switch(argv[i][2] & 0xDF) {
385
        case 'A' :       /*  /DA  display attributes */
385
        case 'A' :       /*  /DA  display attributes */
386
          dspAttr = 1;
386
          dspAttr = 1;
387
          break;
387
          break;
388
        case 'F' :       /*  /DF  display filesizes  */
388
        case 'F' :       /*  /DF  display filesizes  */