mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
correct utfmap (Michael Teichgräber)
This commit is contained in:
parent
e861a5bd32
commit
95d412d4bc
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue