Bug 2893

Summary: ical_yy_scan_bytes has wrong type
Product: Claws Mail (GTK 2) Reporter: Christian Hesse <mail>
Component: Plugins/vCalendarAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.9.1   
Hardware: All   
OS: All   
Attachments:
Description Flags
fix compilation for vCalendar none

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"