tmissed this too - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 8da12c958f49506e9d95d5cf5fb768ec021ab32a
DIR parent d34ecb6d05a26cd15b781919fe54201ed7eb3f60
HTML Author: rsc <devnull@localhost>
Date: Sat, 27 May 2006 05:20:01 +0000
missed this too
Diffstat:
M src/lib9pclient/print.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/src/lib9pclient/print.c b/src/lib9pclient/print.c
t@@ -34,6 +34,7 @@ fsfmtfidinit(Fmt *f, CFid *fid, char *buf, int size)
f->flush = fidflush;
f->farg = fid;
f->nfmt = 0;
+ fmtlocaleinit(&f, nil, nil, nil);
return 0;
}