Bug 2893 - ical_yy_scan_bytes has wrong type
Summary: ical_yy_scan_bytes has wrong type
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Plugins/vCalendar (show other bugs)
Version: 3.9.1
Hardware: All All
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2013-03-21 16:11 UTC by Christian Hesse
Modified: 2013-04-07 12:10 UTC (History)
0 users

See Also:


Attachments
fix compilation for vCalendar (643 bytes, application/octet-stream)
2013-03-21 16:11 UTC, Christian Hesse
no flags Details

Description Christian Hesse 2013-03-21 16:11:09 UTC
Created attachment 1247 [details]
fix compilation for vCalendar

vCalendar fails to compile here, it complains about conflicting types. Changing type for the second argument from int to yy_size_t fixes compilation for me. Patch is attached.
Comment 1 users 2013-03-21 16:21:08 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=385e20eea99937c7c6589b1f39ef4af83fba4603
Author: Colin Leroy <colin@colino.net>
Date:   Thu Mar 21 17:20:30 2013 +0100

    Remove apparently useless forward declarations. Should fix bug #2893
    "ical_yy_scan_bytes has wrong type"

Note You need to log in before you can comment on or make changes to this bug.