Ignore:
Timestamp:
2009-04-20T10:12:42+12:00 (15 years ago)
Author:
kjdon
Message:

all gdbm files (key, users, history, argdb) now use gdb extension instead of db

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/wizardaction.cpp

    r17079 r19062  
    123123    }
    124124     
    125     text_t argfile = filename_cat(gsdlhome, "tmp", args[macro_prefix+"tmp"], "argdb.db");
     125    text_t argfile = filename_cat(gsdlhome, "tmp", args[macro_prefix+"tmp"], "argdb.gdb");
    126126    argdb *args_on_disk = new argdb(argfile);
    127127    if (!args_on_disk->update_args(saved_args)) {
Note: See TracChangeset for help on using the changeset viewer.