[tracker] Difference found in logic after post-reviewing
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker] Difference found in logic after post-reviewing
- Date: Sun, 19 Jul 2009 10:26:24 +0000 (UTC)
commit f6024a8b520296e6f7c3eb395a1aaa0ccbb86ebd
Author: Philip Van Hoof <philip codeminded be>
Date: Sun Jul 19 12:25:25 2009 +0200
Difference found in logic after post-reviewing
src/libtracker-data/tracker-turtle.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-data/tracker-turtle.c b/src/libtracker-data/tracker-turtle.c
index 256b654..2d0075f 100644
--- a/src/libtracker-data/tracker-turtle.c
+++ b/src/libtracker-data/tracker-turtle.c
@@ -341,7 +341,7 @@ turtle_statement_handler (void *user_data,
} else {
const gchar *subjec_as_s = (const gchar *) raptor_uri_as_string ((raptor_uri *) triple->subject);
const gchar *predic_as_s = (const gchar *) raptor_uri_as_string ((raptor_uri *) triple->predicate);
- const gchar *object_as_s = (const gchar *) raptor_uri_as_string ((raptor_uri *) triple->object);
+ const gchar *object_as_s = (const gchar *) triple->object;
/* set new statement */
if ((subjec_as_s && !g_utf8_validate (subjec_as_s, -1, NULL)) ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]