tcorrect utfmap (Michael Teichgräber) - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 95d412d4bca1e7855818e09ee5afa260e6356504
(DIR) parent e861a5bd32de4c26a0ef3eea094768b704b99936
(HTM) Author: rsc <devnull@localhost>
Date: Sat, 6 May 2006 22:52:32 +0000
correct utfmap (Michael Teichgräber)
Diffstat:
M src/cmd/htmlroff/char.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/htmlroff/char.c b/src/cmd/htmlroff/char.c
t@@ -90,7 +90,7 @@ troff2rune(Rune *rs)
trtab[ntrtab] = trinit[i];
ntrtab++;
}
- file = "/sys/lib/troff/font/devutf/utfmap";
+ file = unsharp("#9/troff/font/devutf/utfmap");
if((b = Bopen(file, OREAD)) == nil)
sysfatal("open %s: %r", file);
while((p = Brdline(b, '\n')) != nil){