diff test/common.c @ 1916:c773b0c0ac89

Implemented blend modes in the D3D renderer
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jul 2006 05:03:21 +0000
parents 051df511279c
children f3399f779a1d
line wrap: on
line diff
--- a/test/common.c	Wed Jul 19 04:24:41 2006 +0000
+++ b/test/common.c	Wed Jul 19 05:03:21 2006 +0000
@@ -105,7 +105,7 @@
     }
     if (SDL_strcasecmp(argv[index], "--windows") == 0) {
         ++index;
-        if (!argv[index] || !isdigit(*argv[index])) {
+        if (!argv[index] || !SDL_isdigit(*argv[index])) {
             return -1;
         }
         if (!(state->window_flags & SDL_WINDOW_FULLSCREEN)) {