Changeset 4619 for trunk/tools


Ignore:
Timestamp:
Nov 19, 2000, 9:29:12 AM (25 years ago)
Author:
bird
Message:

Fix option defect. -r was not processed correctly, it changed the
object extention in stead of the resource extention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/fastdep.c

    r3676 r4619  
    1 /* $Id: fastdep.c,v 1.21 2000-06-08 16:27:14 bird Exp $
     1/* $Id: fastdep.c,v 1.22 2000-11-19 08:29:12 bird Exp $
    22 *
    33 * Fast dependents. (Fast = Quick and Dirty!)
     
    560560                case 'R':
    561561                    if (strlen(argv[argi]) > 2)
    562                         strcpy(szObjectExt, argv[argi]+2);
     562                        strcpy(szRsrcExt, argv[argi]+2);
    563563                    else
    564564                    {
    565                         strcpy(szObjectExt, argv[argi+1]);
     565                        strcpy(szRsrcExt, argv[argi+1]);
    566566                        argi++;
    567567                    }
Note: See TracChangeset for help on using the changeset viewer.