oops
This commit is contained in:
parent
45f01abeec
commit
bf136bc381
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue