summaryrefslogtreecommitdiffstats
path: root/src/itdb_device.c
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-07-29 20:10:13 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-07-29 20:10:13 +0000
commit6b6a319262ff6b71463ee10e90415d6a9cecc4ca (patch)
treec4fbfa3215eb1377e1f70ff10296ab1dea5b9c88 /src/itdb_device.c
parentba465157a765e0d18283b8154e3bc1563c132f30 (diff)
downloadlibgpod-6b6a319262ff6b71463ee10e90415d6a9cecc4ca.tar.gz
libgpod-6b6a319262ff6b71463ee10e90415d6a9cecc4ca.tar.xz
libgpod-6b6a319262ff6b71463ee10e90415d6a9cecc4ca.zip
Use GError in SysInfoExtended parsing
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2067 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_device.c')
-rw-r--r--src/itdb_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 7d7819c..61db852 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -642,7 +642,7 @@ static void itdb_device_read_sysinfo_extended (Itdb_Device *device)
sysinfo_ex_path = itdb_resolve_path (dev_path, p_sysinfo_ex);
g_free (dev_path);
if (!sysinfo_ex_path) return;
- device->sysinfo_extended = itdb_sysinfo_extended_parse (sysinfo_ex_path);
+ device->sysinfo_extended = itdb_sysinfo_extended_parse (sysinfo_ex_path, NULL);
g_free (sysinfo_ex_path);
if ((device->sysinfo != NULL) && (device->sysinfo_extended != NULL)) {