The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=288 ====================================================================== Reported By: anonymous Assigned To: ====================================================================== Project: Raptor RDF Parsing and Serializing Library Issue ID: 288 Category: api Reproducibility: always Severity: minor Priority: normal Status: new Parsing/Serializing Syntax: ====================================================================== Date Submitted: 2008-11-12 14:31 Last Modified: 2008-11-12 14:31 ====================================================================== Summary: raptor_get_feature function does not return feature value Description: The function returns either 0 or 1 (or -1) instead of the feature value. The code snippet in raptor_parse.c below seems to be the culprit.
result=(parser->features[(int)feature] != 0) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2008-11-12 14:31 anonymous New Issue 2008-11-12 14:31 anonymous File Added: raptor_parse.c ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
