Ignore:
Timestamp:
Jul 21, 2000, 11:09:45 PM (25 years ago)
Author:
bird
Message:

Corrections and handling of the updated field in function and file.

File:
1 edited

Legend:

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

    r3848 r3882  
    1 /* $Id: StateUpd.cpp,v 1.25 2000-07-18 17:56:50 bird Exp $
     1/* $Id: StateUpd.cpp,v 1.26 2000-07-21 21:09:43 bird Exp $
    22 *
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    310310            {   /* failed to find dll - concidered nearly fatal. */
    311311                fprintf(phSignal, "-,-: failed to find dll (%s)!\n\t%s\n",
    312                         options.pszDLLName ? options.pszDLLName : "<NULL>");
     312                        options.pszDLLName ? options.pszDLLName : "<NULL>",
     313                        dbGetLastErrorDesc());
    313314                ulRc++;
    314315            }
     
    323324            if (cNotAliased > cUpdated)
    324325            {
    325                 fprintf(phSignal, "%d functions where not found (found=%d, total=%d).\n", 
     326                fprintf(phSignal, "%d functions where not found (found=%d, total=%d).\n",
    326327                        cNotAliased- cUpdated, cUpdated, cNotAliased);
    327328                ulRc += 0x00010000;
     
    697698            szId[psz2 - psz] = '\0';
    698699            iRet = i;
    699    
     700
    700701            /* parse it! */
    701702            psz = strstr(szId+4, ",v ");
Note: See TracChangeset for help on using the changeset viewer.