Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://ical-2.2-25.src.rpm:271425/ical-2.2-hack.patch  info  downloads

--- ical-2.2/ical.h.hack	Sun Mar 19 08:50:14 2000
+++ ical-2.2/ical.h	Sun Mar 19 08:50:32 2000
@@ -25,13 +25,13 @@
 
 #define TCL_Return(tcl,str)			\
     do {					\
-	Tcl_SetResult(tcl, (str), TCL_STATIC);	\
+	Tcl_SetResult(tcl, (char *)(str), TCL_STATIC);	\
 	return TCL_OK;				\
     } while (0)
 
 #define TCL_Error(tcl,str)			\
     do {					\
-	Tcl_SetResult(tcl, (str), TCL_STATIC);	\
+	Tcl_SetResult(tcl, (char *)(str), TCL_STATIC);	\
 	return TCL_ERROR;			\
     } while (0)
 
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 Oliver Maruhn