]> git.pld-linux.org Git - packages/gd.git/blob - gd-FreeFontCache-alias.patch
- updated to 2.0.17
[packages/gd.git] / gd-FreeFontCache-alias.patch
1 --- gd-2.0.17/gdft.c.orig       2003-12-24 22:42:13.000000000 +0100
2 +++ gd-2.0.17/gdft.c    2003-12-26 17:16:06.413285048 +0100
3 @@ -820,6 +820,9 @@
4      }
5  }
6  
7 +/* for binary compatibility with gd 2.0.15- (called by e.g. php) */
8 +void gdFreeFontCache() __attribute__((alias("gdFontCacheShutdown")));
9 +       
10  /********************************************************************/
11  /* gdImageStringFT -  render a utf8 string onto a gd image          */
12  
This page took 0.100999 seconds and 3 git commands to generate.