#%*&*@#(@ sun

This commit is contained in:
Russ Cox
2006-05-21 17:02:05 +00:00
parent ee4955c879
commit 1125f094ce
29 changed files with 563 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ runevsnprint(Rune *buf, int len, char *fmt, va_list args)
f.start = buf;
f.to = buf;
f.stop = buf + len - 1;
f.flush = nil;
f.flush = 0;
f.farg = nil;
f.nfmt = 0;
VA_COPY(f.args,args);