This commit is contained in:
rsc 2006-06-07 23:21:21 +00:00
parent 45f01abeec
commit bf136bc381

View file

@ -6,7 +6,7 @@ void
fmtzbinit(Fmt *f, ZBlock *b) fmtzbinit(Fmt *f, ZBlock *b)
{ {
memset(f, 0, sizeof *f); memset(f, 0, sizeof *f);
fmtlocaleinit(f); fmtlocaleinit(f, nil, nil, nil);
f->start = b->data; f->start = b->data;
f->to = f->start; f->to = f->start;
f->stop = (char*)f->start + b->len; f->stop = (char*)f->start + b->len;