13 lines
503 B
Text
13 lines
503 B
Text
|
Index: geo/drgeo_postscriptdrawable.cc
|
||
|
--- geo/drgeo_postscriptdrawable.cc.orig
|
||
|
+++ geo/drgeo_postscriptdrawable.cc
|
||
|
@@ -109,7 +109,7 @@ drgeoPostScriptDrawable (const gchar * name, drgeoFigu
|
||
|
|
||
|
/* insert encoding definition */
|
||
|
if (!(fileEncode = fopen (DRGEO_ENCODEDIR "/latin1.ps", "r")))
|
||
|
- g_printerr ("Can't open encode file "DRGEO_ENCODEDIR "/latin1.ps\n");
|
||
|
+ g_printerr ("Can't open encode file " DRGEO_ENCODEDIR "/latin1.ps\n");
|
||
|
else
|
||
|
{
|
||
|
while (fgets (line, 500, fileEncode))
|