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 91523 - conflicting types in gmime-message-part.c (lines 45 and 182)
conflicting types in gmime-message-part.c (lines 45 and 182)
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.13.0
Other Linux
: Normal blocker
: 0.13.1
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-08-23 13:25 UTC by Kaj-Michael Lang
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kaj-Michael Lang 2002-08-23 13:25: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 ?
Comment 1 Christophe Lambin 2002-08-23 20:55:58 UTC
milang: it should be ssize_t. thanks for reporting this.

fejj: cc'ing you so you can fix it in GMime's CVS tree.
Comment 2 Jeffrey Stedfast 2002-08-23 21:01:58 UTC
fixed in gmime cvs now too, thanks.