eedcb43b9c
convert Chinese-Big5/GB encoded files to Postscript, using TTF fonts. PR: 50815 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
12 lines
255 B
C
12 lines
255 B
C
--- cnprint330b.c.orig Tue Jul 2 01:22:08 2002
|
|
+++ cnprint330b.c
|
|
@@ -6216,7 +6216,7 @@
|
|
if (s==NULL) {
|
|
defpath[0]='\0';
|
|
#ifdef unix
|
|
- strcpy(defpath, "/usr/local/src/cnprint");
|
|
+ strcpy(defpath, PREFIX "/share/cnprint");
|
|
#endif
|
|
s=defpath;
|
|
}
|