Changeset 130 for abuse/trunk/src/imlib/timage.cpp
- Timestamp:
- Mar 22, 2008, 10:43:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/timage.cpp
r129 r130 97 97 } 98 98 99 #ifdef MEM_CHECK100 char st[80];101 sprintf(st,"trans_image::data (%s)",name);102 99 data=(uint8_t *)malloc(size); 103 #else104 data=(uint8_t *)malloc(size);105 #endif106 100 int ww=im->width(),hh=im->height(); 107 101 datap=data;
Note: See TracChangeset
for help on using the changeset viewer.