Menu

#2 Bug in Attribute class constructor

open
nobody
None
5
2006-06-09
2006-06-09
No

We've found a bug in the Attribute class constructor.

The parsing method uses a >> operator to get the
current character, thus skipping any occurring spaces.
(at line 35 of mxml_attribute.cpp)

We've replaced that with

while ( iStatus < 6 && ( in.get( chr ) ) ) {

We've tested this solution and it works correctly.

Hope that this will help you.

Regards,
Mark & Tony.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.