[fdo-trac] #51: Parenthesis used as comma
FDO
trac_fdo at osgeo.org
Fri Mar 23 01:51:02 EDT 2007
#51: Parenthesis used as comma
-----------------------------------+----------------------------------------
Reporter: mloskot | Owner: haris
Type: defect | Status: new
Priority: major | Milestone: 3.3.0
Component: KingOracle Provider | Version: 3.2.0
Severity: 4 | Keywords:
External_id: |
-----------------------------------+----------------------------------------
I'm not sure it is an error, but I think it's at least suspicious.
In file
{{{
Providers/KingOracle/src/Provider/c_KgOraFilterProcessor.cpp
}}}
at line 29, there is following definition:
{{{
#define D_FILTER_COMMA " ( "
}}}
Isn't it expected to read as follows:
{{{
#define D_FILTER_COMMA " , "
}}}
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/51>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list