aboutsummaryrefslogtreecommitdiff
path: root/src/lib9pclient
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-05-27 05:20:01 +0000
committerrsc <devnull@localhost>2006-05-27 05:20:01 +0000
commit8da12c958f49506e9d95d5cf5fb768ec021ab32a (patch)
tree12aebfe300a6ed3dffc14496d3899ac50d0dee7f /src/lib9pclient
parentd34ecb6d05a26cd15b781919fe54201ed7eb3f60 (diff)
downloadplan9port-8da12c958f49506e9d95d5cf5fb768ec021ab32a.tar.gz
plan9port-8da12c958f49506e9d95d5cf5fb768ec021ab32a.tar.bz2
plan9port-8da12c958f49506e9d95d5cf5fb768ec021ab32a.zip
missed this too
Diffstat (limited to 'src/lib9pclient')
-rw-r--r--src/lib9pclient/print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib9pclient/print.c b/src/lib9pclient/print.c
index d02afb40..36f6cafa 100644
--- a/src/lib9pclient/print.c
+++ b/src/lib9pclient/print.c
@@ -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;
}