Changeset 15287


Ignore:
Timestamp:
04/16/12 18:00:53 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/thumb.h

    r15284 r15287  
    3131                while(qe != NULL)
    3232                {
    33                         buf = loadjpg((char*)qe->data, int *width, int *height, 16);
     33                        buf = loadjpg((char*)qe->data, &width, &height, 16);
    3434                        if(buf != NULL)
    3535                        {
Note: See TracChangeset for help on using the changeset viewer.