After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676629 - Add missing const qualifyer to definition of xmlBufferDetach
Add missing const qualifyer to definition of xmlBufferDetach
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other Windows
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-23 11:01 UTC by Patrick R. Gansterer
Modified: 2012-08-13 10:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (791 bytes, patch)
2012-05-23 11:01 UTC, Patrick R. Gansterer
none Details | Review

Description Patrick R. Gansterer 2012-05-23 11:01:05 UTC
Add missing const qualifyer to definition of xmlBufferDetach
Comment 1 Patrick R. Gansterer 2012-05-23 11:01:30 UTC
Created attachment 214746 [details] [review]
Patch
Comment 2 Daniel Veillard 2012-08-13 10:05:50 UTC
Actually I think the tree.h definition should drop the const
as the call clearly changes things in the pointed structure
object, but you are right both should be aligned !

  thanks for pointing the mismatch !

Daniel