From: <and...@us...> - 2013-12-09 16:48:09
|
Revision: 12833 http://sourceforge.net/p/plplot/code/12833 Author: andrewross Date: 2013-12-09 16:48:06 +0000 (Mon, 09 Dec 2013) Log Message: ----------- Fix another compiler warning. Modified Paths: -------------- trunk/drivers/pdf.c Modified: trunk/drivers/pdf.c =================================================================== --- trunk/drivers/pdf.c 2013-12-09 14:39:59 UTC (rev 12832) +++ trunk/drivers/pdf.c 2013-12-09 16:48:06 UTC (rev 12833) @@ -552,7 +552,7 @@ //-------------------------------------------------------------------------- void PSSetFont( pdfdev* dev, PLUNICODE fci ) { - char *font; + const char *font; // fci = 0 is a special value indicating the Type 1 Symbol font // is desired. This value cannot be confused with a normal FCI value This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |