Changeset 585

Show
Ignore:
Timestamp:
04/01/09 16:57:04 (8 months ago)
Author:
jdecq
Message:

=build fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/MacUploadr.app/Contents/Resources/components/flGM.cpp

    r576 r585  
    676676                // If this image is a TIFF, force the thumbnail to be a JPEG 
    677677                std::string thumbLowerCase(*thumb_s); 
    678                 //thumbLowerCase.resize(thumbPath.length()); 
    679                 std::transform(thumb_s->begin(), thumb_s->end(), thumbLowerCase.begin(), tolower); 
     678                std::transform(thumb_s->begin(), thumb_s->end(), thumbLowerCase.begin(), (int(*)(int))tolower); 
    680679                if (thumbLowerCase.rfind(".tif") + 6 > thumbLowerCase.length() || 
    681680                        thumbLowerCase.rfind(".bmp") + 6 > thumbLowerCase.length()) {