Ignore:
Timestamp:
Mar 14, 2000, 5:31:17 PM (25 years ago)
Author:
bird
Message:

Corrected dll argument process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/StateUpd.cpp

    r3112 r3114  
    1 /* $Id: StateUpd.cpp,v 1.20 2000-03-14 16:28:29 bird Exp $
     1/* $Id: StateUpd.cpp,v 1.21 2000-03-14 16:31:17 bird Exp $
    22 *
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    139139                case 'd':
    140140                case 'D':
    141                     if (strnicmp(argv[argi], "dll:", 4) == 0 )
     141                    if (&strnicmp(argv[argi][1], "dll:", 4) == 0 )
    142142                        options.pszDLLName = &argv[argi][5];
    143143                    else
Note: See TracChangeset for help on using the changeset viewer.