# HG changeset patch # User diego # Date 1194128752 0 # Node ID 4fc6e60dac36248a6b62cae82fcac4ba2b5ac132 # Parent 230f1e6a7c2da96b5177d8c50318b5a0b2bf3619 Avoid short forms; has the added benefit of allowing compilation with gcc 2.95 which complains about 'unterminated string or character constant'. diff -r 230f1e6a7c2d -r 4fc6e60dac36 codec-cfg.c --- a/codec-cfg.c Sat Nov 03 21:12:07 2007 +0000 +++ b/codec-cfg.c Sat Nov 03 22:25:52 2007 +0000 @@ -349,7 +349,7 @@ } #if 0 -#warning codec->driver == 4;... <- this shouldn't be put in here... +#warning codec->driver == 4;... <- this should not be put in here... #warning Where are they defined ???????????? if (!c->dll && (c->driver == 4 || (c->driver == 2 && type == TYPE_VIDEO))) {