summaryrefslogtreecommitdiff
path: root/converters/ical2html/files/patch-icalmerge.c
blob: 6a9f2acd6d0b577df1b47f5efc42a906f4ef8fb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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