plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 95d412d4bca1e7855818e09ee5afa260e6356504
parent e861a5bd32de4c26a0ef3eea094768b704b99936
Author: rsc <devnull@localhost>
Date:   Sat,  6 May 2006 22:52:32 +0000

correct utfmap (Michael Teichgräber)

Diffstat:
Msrc/cmd/htmlroff/char.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/htmlroff/char.c b/src/cmd/htmlroff/char.c @@ -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){