Ignore:
Timestamp:
Feb 14, 2000, 6:26:34 PM (26 years ago)
Author:
bird
Message:

Arg!

File:
1 edited

Legend:

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

    r2777 r2778  
    1 /* $Id: StateUpd.cpp,v 1.14 2000-02-14 17:24:47 bird Exp $
     1/* $Id: StateUpd.cpp,v 1.15 2000-02-14 17:26:34 bird Exp $
    22 *
    33 * StateUpd - Scans source files for API functions and imports data on them.
     
    293293        ul1 = dbCountFunctionInDll(options.lDllRefcode, FALSE);
    294294        ul0 = dbCountFunctionInDll(options.lDllRefcode, TRUE);
     295        if (ul0 > ul2)
     296        {
     297            fprintf(phSignal, "%d functions where not found (found=%d, total=%d).\n", ul0 - ul2, ul2, ul0);
     298            ulRc += 0x00010000;
     299        }
    295300        fprintf(phLog, "-------------------------------------------------\n");
    296301        fprintf(phLog, "-------- Functions which was not updated --------\n");
     
    301306        fprintf(phLog,"Number of successfully processed APIs: %4ld (%ld)\n", (long)(0x0000FFFF & ulRc), ul2);
    302307        fprintf(phLog,"Number of signals:                     %4ld\n", (long)(ulRc >> 16));
    303         if (ul0 > ul2)
    304             fprintf(phSignal, "%d functions where not found (found=%d, total=%d).\n", ul0 - ul2, ul2, ul0);
    305308
    306309        /* close the logs */
Note: See TracChangeset for help on using the changeset viewer.