commit 064b16073d9263250e280bd229071d3962bd5243
Author: Christophe Fergeau <[email protected]>
Date: Sun Feb 14 13:24:38 2010 +0100
[sqlite] fix name of Locations.itdb database
Post-process commands where trying to load the Location.itdb sqlite3
database while the filename is Locations.itdb. Some postprocess commands
were failing because of that.
src/itdb_sqlite.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/itdb_sqlite.c b/src/itdb_sqlite.c
index 3906d2c..db39a65 100644
--- a/src/itdb_sqlite.c
+++ b/src/itdb_sqlite.c
@@ -1477,7 +1477,7 @@ static void run_post_process_commands(Itdb_iTunesDB
*itdb, const char *outpath,
plist_t plist_node = NULL;
plist_t ppc_dict = NULL;
const gchar *basedb = "Library.itdb";
- const gchar *otherdbs[] = {"Dynamic.itdb", "Extras.itdb", "Genius.itdb",
"Location.itdb", NULL};
+ const gchar *otherdbs[] = {"Dynamic.itdb", "Extras.itdb", "Genius.itdb",
"Locations.itdb", NULL};
int res;
sqlite3 *db = NULL;
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2