Changeset 3882 for trunk/tools/database/StateUpd.cpp
- Timestamp:
- Jul 21, 2000, 11:09:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/StateUpd.cpp
r3848 r3882 1 /* $Id: StateUpd.cpp,v 1.2 5 2000-07-18 17:56:50bird Exp $1 /* $Id: StateUpd.cpp,v 1.26 2000-07-21 21:09:43 bird Exp $ 2 2 * 3 3 * StateUpd - Scans source files for API functions and imports data on them. … … 310 310 { /* failed to find dll - concidered nearly fatal. */ 311 311 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()); 313 314 ulRc++; 314 315 } … … 323 324 if (cNotAliased > cUpdated) 324 325 { 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", 326 327 cNotAliased- cUpdated, cUpdated, cNotAliased); 327 328 ulRc += 0x00010000; … … 697 698 szId[psz2 - psz] = '\0'; 698 699 iRet = i; 699 700 700 701 /* parse it! */ 701 702 psz = strstr(szId+4, ",v ");
Note:
See TracChangeset
for help on using the changeset viewer.