Changeset 2543


Ignore:
Timestamp:
2001-06-13T15:00:43+12:00 (23 years ago)
Author:
sjboddie
Message:

fixed a bug in the recently added argdb stuff that caused problems when
attempting to make changes to an existing collection from within the
collector interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/collectoraction.cpp

    r2518 r2543  
    349349    }
    350350
    351     argdb *args_on_disk = new argdb(filename_cat(get_collectdir(args), "argdb.db"));
     351    argdb *args_on_disk = new argdb(filename_cat(gsdlhome, "tmp", args["bc1tmp"], "argdb.db"));
    352352    if (!args_on_disk->update_args(saved_args)) {
    353353      // error
Note: See TracChangeset for help on using the changeset viewer.