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 239173 - camel_mime_part_get_encoding declaration should be same
camel_mime_part_get_encoding declaration should be same
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
pre-1.5 (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 239034
 
 
Reported: 2003-03-06 07:39 UTC by philip zhao
Modified: 2003-03-06 15:25 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description philip zhao 2003-03-06 07:39:00 UTC
Not same declaration of function in ~/evolution/camel/camel-mime-part.c
and ~/evolution/camel/camel-mime-part.h to function
camel_mime_part_get_encoding. One is with 'const' keyword, the other is no
'const' keyword.

They should be same.

Give a fix here:

~/evolution/camel/camel-mime-part.h 
add 'const' word before camel_mime_part_get_encoding decleration.

We will add this patch soon.
Comment 1 Jeffrey Stedfast 2003-03-06 15:25:55 UTC
fixed in CVS