[packages/libmcal] - compilation fix. int -> size_t

witekfl witekfl at pld-linux.org
Mon Jan 13 12:08:30 CET 2014


commit b503f89f58132678d03794d9aec4f330c627a516
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Jan 13 12:05:11 2014 +0100

    - compilation fix. int -> size_t

 ical_yyleng.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/ical_yyleng.patch b/ical_yyleng.patch
new file mode 100644
index 0000000..56ea384
--- /dev/null
+++ b/ical_yyleng.patch
@@ -0,0 +1,11 @@
+--- libmcal/icalroutines.h.orig	2014-01-13 11:50:30.162975958 +0100
++++ libmcal/icalroutines.h	2014-01-13 11:51:09.213579887 +0100
+@@ -49,7 +49,7 @@ typedef enum {
+ 
+ /* ICAL parser. */
+ extern char	*ical_yytext;
+-extern int	ical_yyleng;
++extern size_t	ical_yyleng;
+ int		ical_yylex(void);
+ void		ical_usebuf(const char *buf, size_t size);
+ void		ical_preprocess(char *buf, size_t *size);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libmcal.git/commitdiff/70bd1aa5834b5b1340952e50ab36fe7408127a7d



More information about the pld-cvs-commit mailing list