mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
missed this too
This commit is contained in:
parent
07d6167626
commit
70a3bbd7d4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fsfmtfidinit(Fmt *f, CFid *fid, char *buf, int size)
|
||||||
f->flush = fidflush;
|
f->flush = fidflush;
|
||||||
f->farg = fid;
|
f->farg = fid;
|
||||||
f->nfmt = 0;
|
f->nfmt = 0;
|
||||||
fmtlocaleinit(&f, nil, nil, nil);
|
fmtlocaleinit(f, nil, nil, nil);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue