# HG changeset patch # User alex # Date 1008609316 0 # Node ID e092aeeb966a922c7728d2d41dcc169dd51d319b # Parent 3d73514ddefc154e20d5dcf82ff4def206acfaef fix diff -r 3d73514ddefc -r e092aeeb966a libvo/vo_gl2.c --- a/libvo/vo_gl2.c Mon Dec 17 16:56:56 2001 +0000 +++ b/libvo/vo_gl2.c Mon Dec 17 17:15:16 2001 +0000 @@ -194,7 +194,7 @@ texnumy++; printf("[gl2] Creating %dx%d textures of size %dx%d ...\n", - texnumx, texnumy, texture_width,texture_height, gl_bitmap_format_s); + texnumx, texnumy, texture_width,texture_height); /* Allocate the texture memory */