Correction in futils.cpp

This commit is contained in:
Robin Mills
2018-11-28 12:05:54 +00:00
committed by Luis Díaz Más
parent 22e49cc78b
commit 9cb6c1e4c9
+1
View File
@@ -464,6 +464,7 @@ namespace Exiv2 {
{
std::string ret("unknown");
#if defined(WIN32)
TCHAR filename[MAX_PATH];
if ( GetModuleFileName( "", filename, MAX_PATH ) != 0 ) {
ret = filename;
}