From: Dennis Schafroth Date: Thu, 5 Nov 2009 08:15:05 +0000 (+0100) Subject: Fixed comment X-Git-Tag: v3.0.51~18 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=04a74288b3dc52703d09528428842f186ec78e43 Fixed comment --- 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);