aux/vga: fix mistale :-)

front
cinap_lenrek 2015-02-02 03:05:56 +01:00
parent 8067368e10
commit 01762349bd
1 changed files with 1 additions and 1 deletions

View File

@ -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));