From 04a74288b3dc52703d09528428842f186ec78e43 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 5 Nov 2009 09:15:05 +0100 Subject: [PATCH] Fixed comment --- .project | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/rpn2cql.c | 2 +- 2 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 .project diff --git a/.project b/.project new file mode 100644 index 0000000..2b369ad --- /dev/null +++ b/.project @@ -0,0 +1,81 @@ + + + yaz + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.buildLocation + /Users/dennis/proj/yaz + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + diff --git a/src/rpn2cql.c b/src/rpn2cql.c index 5530d01..09e137b 100644 --- a/src/rpn2cql.c +++ b/src/rpn2cql.c @@ -118,7 +118,7 @@ static int rpn2cql_attr(cql_transform_t ct, if (!index) index = lookup_index_from_string_attr(attributes); - /* Attempt to fix bug #2978): Look for a relation attribute */ + /* Attempt to fix bug #2978: Look for a relation attribute */ if (!relation) relation = lookup_relation_index_from_attr(attributes); -- 1.7.10.4