# HG changeset patch # User Sam Lantinga # Date 1116222917 0 # Node ID e6c91fd1911efeab69b4878acf172c82926f603f # Parent e9d23bb80140e5b71842fbe1e034b423679d3b7b Eh, more correct. diff -r e9d23bb80140 -r e6c91fd1911e src/video/SDL_blit_0.c --- a/src/video/SDL_blit_0.c Mon May 16 05:34:58 2005 +0000 +++ b/src/video/SDL_blit_0.c Mon May 16 05:55:17 2005 +0000 @@ -452,7 +452,7 @@ { int which; - if ( surface->format->BitsPerPixel > 1 ) { + if ( surface->format->BitsPerPixel != 1 ) { /* We don't support sub 8-bit packed pixel modes */ return NULL; }