ports/education/drgeo/patches/patch-geo_drgeo_postscriptdrawable_cc

13 lines
503 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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))