Changeset 328


Ignore:
Timestamp:
Aug 29, 2006, 9:45:13 AM (19 years ago)
Author:
pr
Message:

Fix whole app. INI delete. Bug 833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cppbase/bs_config.cpp

    r310 r328  
    18851885 *@@added V0.9.5 (2000-08-26) [umoeller]
    18861886 *@@changed V0.9.18 (2002-03-08) [umoeller]: added codec
     1887 *@@changed WarpIN V1.0.11 (2006-08-29) [pr]: fix entire app. delete @@fixes 833
    18871888 */
    18881889
     
    19141915
    19151916        ULONG cb = 0;
     1917
     1918        // WarpIN V1.0.11 (2006-08-29) [pr]: fix entire app. delete @@fixes 833
     1919        if (strlen(pcszKey) == 0)
     1920            pcszKey = NULL;
     1921
    19161922        // does key exist?
    19171923        if (PrfQueryProfileSize(hini,
Note: See TracChangeset for help on using the changeset viewer.