This commit is contained in:
rsc 2006-06-25 18:59:29 +00:00
parent 324891a557
commit 74dc60da74
75 changed files with 226 additions and 11641 deletions

View file

@ -132,7 +132,7 @@ namedimage(Display *d, char *name)
a[6+n] = 'I';
if(flushimage(d, 0) < 0)
goto Error;
if(_drawmsgread(d, buf, sizeof buf) < 12*12)
if(_displayrddraw(d, buf, sizeof buf) < 12*12)
goto Error;
buf[12*12] = '\0';