Use local time rather than Greenwich Mean Time

2001-01-25  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (get_current_date): Use local time rather than
	Greenwich Mean Time

	* location.c (location_store_xml): Implement; copy from
	location_store
	(location_store): Free filename after use

	* archive.c (archive_load): Free prefix only if not global

	* location.c (location_rollback_all_to): Increment array

	* util.c (parse_date): Normalize values
This commit is contained in:
Bradford Hovinen 2001-01-25 19:44:54 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent c861fe5a55
commit b3559fa5ac
6 changed files with 58 additions and 3 deletions

View file

@ -196,7 +196,7 @@ archive_load (gboolean is_global)
"prefix", prefix,
NULL);
if (is_global)
if (!is_global)
g_free (prefix);
if (do_load (ARCHIVE (object)) == FALSE) {