FLAM Issue Tracker - CLE/P
View Issue Details
0000684CLE/P2. CLPpublic2015-04-15 10:132015-04-15 10:59
Falk Reichbott 
Falk Reichbott 
normalminoralways
resolvedfixed 
GeneralGeneralGeneral
1.1 
1.21.2 
0000684: Error messages with "longer than n" are wrong
The error messages from CLP with "longer than n" are wrong. A string defined with size 2 can contain only 1 character, but the error messages says it is "longer then 2". This is a little bit confusing.
No tags attached.
Issue History
2015-04-15 10:13Falk ReichbottNew Issue
2015-04-15 10:13Falk ReichbottStatusnew => assigned
2015-04-15 10:13Falk ReichbottAssigned To => Falk Reichbott
2015-04-15 10:59Falk ReichbottNote Added: 0000820
2015-04-15 10:59Falk ReichbottStatusassigned => resolved
2015-04-15 10:59Falk ReichbottFixed in Version => 1.2
2015-04-15 10:59Falk ReichbottResolutionopen => fixed

Notes
(0000820)
Falk Reichbott   
2015-04-15 10:59   
There was simply the number in the error message for 0-terminated string still by size and must decrement with 1 to be correct in this message. The same issue was also for hexvalues where the size must multiply with 2 for a correct error message.

Both mistakes are corrected now.