Changeset 585
- Timestamp:
- 04/01/09 16:57:04 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/uploadr/MacUploadr.app/Contents/Resources/components/flGM.cpp
r576 r585 676 676 // If this image is a TIFF, force the thumbnail to be a JPEG 677 677 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); 680 679 if (thumbLowerCase.rfind(".tif") + 6 > thumbLowerCase.length() || 681 680 thumbLowerCase.rfind(".bmp") + 6 > thumbLowerCase.length()) {