toppm: multichan converts to RGB24, not RGBV

This commit is contained in:
ppatience0 2013-05-12 17:46:39 -04:00
parent eee0141465
commit df25791b33

View file

@ -74,7 +74,7 @@ main(int argc, char *argv[])
close(fd);
ni = memmultichan(i);
if(ni == nil)
sysfatal("converting image to RGBV: %r");
sysfatal("converting image to RGB24: %r");
if(i != ni){
freememimage(i);
i = ni;