1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/textproc/iiimf-csconv/files/patch-lib_CSConv_csconv.c
Daichi GOTO 40a684ff1e IIIMF-related ports:
- drop maintainership
    - update to r12.2
    - some bug fixes

PR:		81184
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Approved by:	maintainer
2005-05-24 12:37:50 +00:00

12 lines
411 B
C

--- lib/CSConv/csconv.c.orig Tue May 17 04:10:30 2005
+++ lib/CSConv/csconv.c Tue May 17 04:11:40 2005
@@ -64,7 +64,7 @@
/* should we read other configuration files
* such as ~/.iiim/encoding.norm ?
*/
- fp = fopen(CSCONV_DIR "/encoding.norm", "r");
+ fp = fopen(CSC_BASE_DIR_DEFAULT "/encoding.norm", "r");
if (!fp) return -1;
while((fgets(buf, sizeof(buf), fp) != NULL)) {