The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.librdf.org/mantis/view.php?id=578 
====================================================================== 
Reported By:                porton
Assigned To:                
====================================================================== 
Project:                    Raptor RDF Syntax Library
Issue ID:                   578
Category:                   documentation
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Syntax Name:                 
====================================================================== 
Date Submitted:             2014-08-16 18:44
Last Modified:              2014-08-16 18:44
====================================================================== 
Summary:                    Wrong documentation of raptor_syntax_description
Description: 
From
http://librdf.org/raptor/api/raptor2-section-general.html#raptor-syntax-description
:

typedef struct {
  const char* names;
  /* ... */
};

It should be instead:

typedef struct {
  const char* const* names;
  /* ... */
};
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-08-16 18:44 porton         New Issue                                    
======================================================================

_______________________________________________
redland-dev mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-dev

Reply via email to