[tracker/sparql-update: 5/25] libtracker-data: Move code comment to the right line
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sparql-update: 5/25] libtracker-data: Move code comment to the right line
- Date: Tue, 22 Mar 2011 15:46:12 +0000 (UTC)
commit 49b64a4f013cfe714e7b34d9e616f998afeb87da
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Mar 10 17:39:49 2011 +0100
libtracker-data: Move code comment to the right line
src/libtracker-data/tracker-sparql-query.vala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/libtracker-data/tracker-sparql-query.vala b/src/libtracker-data/tracker-sparql-query.vala
index 6f1086a..21b936d 100644
--- a/src/libtracker-data/tracker-sparql-query.vala
+++ b/src/libtracker-data/tracker-sparql-query.vala
@@ -595,14 +595,13 @@ public class Tracker.Sparql.Query : Object {
delete_statements = false;
update_statements = false;
- // SILENT => ignore (non-syntax) errors
-
if (accept (SparqlTokenType.OR)) {
expect (SparqlTokenType.REPLACE);
update_statements = true;
}
if (!update_statements) {
+ // SILENT => ignore (non-syntax) errors
silent = accept (SparqlTokenType.SILENT);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]