Changeset 580


Ignore:
Timestamp:
Jul 3, 2021, 2:56:51 AM (4 years ago)
Author:
pr
Message:

Delete temp. database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/stub/stub.cpp

    r571 r580  
    315315APIRET DeleteFiles(PCSZ pcszTempDir,     // in: directory
    316316                   PCSZ *apcszFiles,     // in: array of file names
    317                    ULONG cFiles)                // in: array item count (NOT array size)
     317                   ULONG cFiles)         // in: array item count (NOT array size)
    318318{
    319319    CHAR szPath[CCHMAXPATH];
     
    14781478 *@@changed V1.0.20 (2010-06-03) [pr]: return exit codes
    14791479 *@@changed V1.0.25 (2021-05-15) [pr]: fixed localization
     1480 *@@changed V1.0.25 (2021-07-03) [pr]: delete temp. database
    14801481 */
    14811482
     
    15231524
    15241525    // free resources
     1526    CHAR szTempDB[CCHMAXPATH];
     1527
     1528    ComposeDatabase(szTempDB, pcszTempDir);
     1529    DosDelete(szTempDB);
    15251530    WinDestroyMsgQueue(G_hmq);
    15261531    WinTerminate(G_hab);
Note: See TracChangeset for help on using the changeset viewer.