fix for non-debug builds

This commit is contained in:
koolsmoky
2007-05-13 08:56:06 +00:00
parent 47aabade08
commit 9072e6d7f9

View File

@@ -1263,7 +1263,9 @@ GR_DIENTRY(grQueryResolutions, FxI32, (const GlideResolution *resTemplate, Glide
}
for (i = min_res; i <= max_res; i++) {
#if GDBG_INFO_ON
GDBG_INFO(80, FN_NAME "Resolution = %s\n", resNames[i]);
#endif
for (j = min_ref; j <= max_ref; j++) {
FxBool resSuported;
GDBG_INFO(80, FN_NAME ": _grResolutionRefresh passed\n");