missed this too

This commit is contained in:
rsc 2006-05-27 05:20:01 +00:00
parent d34ecb6d05
commit 8da12c958f

View file

@ -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;
}