comparison src/dmimage.c @ 1048:509e6ed3a24e

Finishing touches to the DM_DEBUG stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 18:13:01 +0200
parents 7e54b2d08ce7
children 76b7d1d20545
comparison
equal deleted inserted replaced
1047:b6c5e0c62588 1048:509e6ed3a24e
171 171
172 stbi_image_free(data); 172 stbi_image_free(data);
173 173
174 if (result == NULL) 174 if (result == NULL)
175 { 175 {
176 dmErrorDBG(DMERR_DATA_ERROR, 176 dmErrorDBGMsg(
177 "Format conversion failed for image resource %p '%s' [%d, %d, %d].\n", 177 "Format conversion failed for image resource %p '%s' [%d, %d, %d].\n",
178 file, file->filename, width, height, comp); 178 file, file->filename, width, height, comp);
179 } 179 }
180 180
181 return result; 181 return result;