missed this too

This commit is contained in:
rsc 2006-05-27 05:24:49 +00:00
parent 07d6167626
commit 70a3bbd7d4

View file

@ -34,7 +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);
fmtlocaleinit(f, nil, nil, nil);
return 0;
}