[tracker] miner-fs: End the sparql query with a dot
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] miner-fs: End the sparql query with a dot
- Date: Thu, 24 Nov 2011 14:27:14 +0000 (UTC)
commit dab5de20d164a02dda8ab3d29c62e932865d80ca
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Nov 24 15:26:31 2011 +0100
miner-fs: End the sparql query with a dot
Fixes NB#290406.
src/miners/fs/tracker-miner-files.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/miners/fs/tracker-miner-files.c b/src/miners/fs/tracker-miner-files.c
index 02410d5..22281fe 100644
--- a/src/miners/fs/tracker-miner-files.c
+++ b/src/miners/fs/tracker-miner-files.c
@@ -2058,6 +2058,7 @@ extractor_get_failsafe_metadata_cb (GObject *object,
}
g_string_append (str, types[i]);
}
+ g_string_append_c (str, '.');
sparql = g_string_free (str, FALSE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]