From 6c557b5c5eabdf296cbb0acf6ac3bb4f45a619ab Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 18 Aug 2005 15:13:10 +0000 Subject: [PATCH] Clifford Wolf: Fixed ploticus build [2005081615282908748] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6327 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/public/ploticus/hotfixes.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/public/ploticus/hotfixes.patch diff --git a/package/public/ploticus/hotfixes.patch b/package/public/ploticus/hotfixes.patch new file mode 100644 index 000000000..946e39d41 --- /dev/null +++ b/package/public/ploticus/hotfixes.patch @@ -0,0 +1,11 @@ +--- ./src/functions.c.orig 2005-08-16 15:34:30.000000000 +0200 ++++ ./src/functions.c 2005-08-16 15:34:41.000000000 +0200 +@@ -636,7 +636,7 @@ + + if( hash == 1708 ) { /* $htmldisplay( var1, .. varN ) - convert embedded HTML problem chars (<,>,&) + * to their html esc sequences for all variables given */ +- char *strchr(); ++ // char *strchr(); + for( i = 0; i < nargs; i++ ) { + stat = TDH_getvalue( tok, arg[i], TDH_dat, TDH_recid ); + if( strchr( tok, '&' ) != NULL ) GL_substitute( "&", "&", tok );