[tracker/sparql-update: 5/20] 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/20] libtracker-data: Move code comment to the right line
- Date: Mon, 14 Mar 2011 14:49:21 +0000 (UTC)
commit f3a75c01cf5e8f84604a746e5de768a7e0187565
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]