tracker r2562 - branches/turtle/src/libtracker-data
- From: pvanhoof svn gnome org
- To: svn-commits-list gnome org
- Subject: tracker r2562 - branches/turtle/src/libtracker-data
- Date: Tue, 25 Nov 2008 13:31:03 +0000 (UTC)
Author: pvanhoof
Date: Tue Nov 25 13:31:03 2008
New Revision: 2562
URL: http://svn.gnome.org/viewvc/tracker?rev=2562&view=rev
Log:
Fixing writing a turtle file
Modified:
branches/turtle/src/libtracker-data/tracker-turtle.c
Modified: branches/turtle/src/libtracker-data/tracker-turtle.c
==============================================================================
--- branches/turtle/src/libtracker-data/tracker-turtle.c (original)
+++ branches/turtle/src/libtracker-data/tracker-turtle.c Tue Nov 25 13:31:03 2008
@@ -251,14 +251,14 @@
about_uri = g_strdup_printf ("file://%s", uri);
}
- g_debug ("in ttl: <%s> <%s> %s%s%s ;\n",
+ g_debug ("in ttl: <%s> <%s> %s%s%s .\n",
about_uri?about_uri:uri,
tracker_field_get_name (property),
value?"\"":"<",
value?value:":",
value?"\"":">");
- fprintf (turtle->file, "<%s> <%s> %s%s%s ;\n",
+ fprintf (turtle->file, "<%s> <%s> %s%s%s .\n",
about_uri?about_uri:uri,
tracker_field_get_name (property),
value?"\"":"<",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]