diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-24 23:33:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-24 23:33:38 +0000 |
commit | 7a8709c112c4079fe65b1444a1aa2483a1b2862e (patch) | |
tree | 6513052c312b8fe085dc322b368790e5ad50492b /arabic/katoob/files/patch-src-conf.c | |
parent | - Switch from obtaining sources from CVS to a tarball (diff) |
- Fix crash in search and replace
- Fix crash on exit when permissions on configuration file were changed
PR: ports/67126
Submitted by: Samy Al Bahra <samy@kerneled.org> (maintainer)
Diffstat (limited to 'arabic/katoob/files/patch-src-conf.c')
-rw-r--r-- | arabic/katoob/files/patch-src-conf.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arabic/katoob/files/patch-src-conf.c b/arabic/katoob/files/patch-src-conf.c new file mode 100644 index 000000000000..26604b1e6965 --- /dev/null +++ b/arabic/katoob/files/patch-src-conf.c @@ -0,0 +1,10 @@ +--- src/conf.c Tue Aug 26 07:54:35 2003 ++++ src/conf.c.patch Mon May 24 16:57:43 2004 +@@ -798,6 +798,7 @@ + if (!fp) + { + g_warning ("Can't open the printing configuration file."); ++ return; + } + + fprintf (fp, "font_family = %s\n", encode_font (PConf->font_family)); |