mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
528 B

  1. --- ./src/functions.c.orig 2005-08-16 15:34:30.000000000 +0200
  2. +++ ./src/functions.c 2005-08-16 15:34:41.000000000 +0200
  3. @@ -636,7 +636,7 @@
  4. if( hash == 1708 ) { /* $htmldisplay( var1, .. varN ) - convert embedded HTML problem chars (<,>,&)
  5. * to their html esc sequences for all variables given */
  6. - char *strchr();
  7. + // char *strchr();
  8. for( i = 0; i < nargs; i++ ) {
  9. stat = TDH_getvalue( tok, arg[i], TDH_dat, TDH_recid );
  10. if( strchr( tok, '&' ) != NULL ) GL_substitute( "&", "&amp;", tok );