Files
macports-ports/sysutils/FDclone/files/patch-custom.c.diff
Takanori Yamamoto c8c9f959af FDclone: version bump to 3.01a
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110883 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-09-09 12:28:31 +00:00

22 lines
716 B
Diff

--- custom.c.orig 2013-06-08 00:00:00.000000000 +0900
+++ custom.c 2013-07-10 19:55:53.000000000 +0900
@@ -561,7 +561,7 @@
{"FD_URLKCODE", &urlkcode, DEFVAL(NOCNV), URLKC_E, T_KNAM},
#endif
#if !defined (_NOENGMES) && !defined (_NOJPNMES)
- {"FD_MESSAGELANG", &messagelang, DEFVAL(NOCNV), MESL_E, T_MESLANG},
+ {"FD_MESSAGELANG", &messagelang, DEFVAL("C"), MESL_E, T_MESLANG},
#endif
#ifdef DEP_FILECONV
{"FD_SJISPATH", &sjispath, DEFVAL(SJISPATH), SJSP_E, T_KPATHS},
@@ -857,7 +857,9 @@
#if defined (DEP_KCONV) || (!defined (_NOENGMES) && !defined (_NOJPNMES))
case T_MESLANG:
# ifndef _NOCATALOG
+ if (!cp) cp = def_str(no);
catname = cp;
+ chkcatalog();
/*FALLTHRU*/
# endif
case T_KIN: