mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
aux/vga: fix mistale :-)
This commit is contained in:
parent
8067368e10
commit
01762349bd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ mkattr(Attr *tail, char *attr, char *fmt, ...)
|
|||
Attr *a;
|
||||
|
||||
va_start(list, fmt);
|
||||
snprint(val, sizeof(val), fmt, list);
|
||||
vsnprint(val, sizeof(val), fmt, list);
|
||||
va_end(list);
|
||||
|
||||
a = alloc(sizeof(Attr));
|
||||
|
|
Loading…
Reference in a new issue