ports/converters/ical2html/files/patch-icalmerge.c
Munechika SUMIKAWA 7a9fd725a1 ical2html takes an iCalendar file and outputs an HTML file showing one
or more months in the form of tables.

Submitted by:	Keiichi SHIMA <keiichi@iijlab.net>
Reviewed by:	sumikawa
2005-04-14 17:19:20 +00:00

11 lines
336 B
C

--- icalmerge.c.orig Thu Jul 31 07:19:06 2003
+++ icalmerge.c Wed Apr 13 18:08:16 2005
@@ -27,7 +27,7 @@
#include "config.h"
-#define PRODID "-//W3C//NONSGML icalmerge " ## VERSION ## "//EN"
+#define PRODID "-//W3C//NONSGML icalmerge "/**/VERSION/**/"//EN"
#define ERR_OUT_OF_MEM 1 /* Program exit codes */
#define ERR_USAGE 2