GNOME Bugzilla – Bug 91523
conflicting types in gmime-message-part.c (lines 45 and 182)
Last modified: 2004-12-22 21:47:04 UTC
On line 45: static int message_part_write_to_stream (.....) And on 182: static ssize_t message_part_write_to_stream (....) Won't compile on my Linux/Alpha system, without modifying. Should it be int or ssize_t ?
milang: it should be ssize_t. thanks for reporting this. fejj: cc'ing you so you can fix it in GMime's CVS tree.
fixed in gmime cvs now too, thanks.