You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/fim/files/fim-0.5_rc3-jpeg.patch

14 lines
434 B

https://svn.savannah.gnu.org/viewvc/fbi-improved/trunk/src/FbiStuffJpeg.cpp?r1=1041&r2=1076
--- trunk/src/FbiStuffJpeg.cpp
+++ trunk/src/FbiStuffJpeg.cpp
@@ -179,7 +179,7 @@
if(nsp)
/* std::cout << "|" << title << "|\n", */
- nsp->setVariable(string("EXIF_") + title,value);
+ nsp->setVariable(string("EXIF_") + string(title),value);
}
static void fim_ExifDataForeachContentFunc (ExifContent *content, void * user_data)