! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
provided libical bugs
Status:
CLOSED: FIXED

Comments

Description Ted Merrill 2012-08-31 00:29:09 CEST
File libical/src/libical/sspm.c function sspm_find_major_content_type()
the for loop compares major_content_type_map[i].type != SSPM_UNKNOWN_MINOR_TYPE
whereas presumeably it should be SSPM_UNKNOWN_MAJOR_TYPE .
The two have different numerical values so this is not pedantic... although probably in normaly use the for loop never gets that far...
The same problem in function sspm_major_type_string() in same file.

Would be easy enough to fix!

I found this by making orage with configure --debug=full ... which also
had some (not a lot) pendantic complaints.

-Ted Merrill
Comment 1 juha editbugs 2012-09-14 09:19:01 CEST
Thanks! 
Need to check.
Comment 2 juha editbugs 2013-01-28 12:46:32 CET
Fixed in 4.8.3.5 in Git.
Comment 3 juha editbugs 2013-02-01 13:36:10 CET
Available in Orage 4.8.4.

Bug #9248

Reported by:
Ted Merrill
Reported on: 2012-08-31
Last modified on: 2013-02-01

People

CC List:
0 users

Version

Attachments

Additional information