Special character handling patch from Oduis backported from Defloat

This commit is contained in:
Hombre
2011-05-02 00:18:59 +02:00
parent 6bb20f0e2c
commit 8f33088f0f
34 changed files with 716 additions and 405 deletions

View File

@@ -13,7 +13,7 @@
#else
#include <netinet/in.h>
#endif
#include <safegtk.h>
namespace rtengine{
@@ -133,9 +133,8 @@ int RawImage::loadRaw (bool loadData, bool closeFile)
verbose = settings->verbose;
oprof = NULL;
ifp = gfopen (filename.c_str());
if (!ifp)
return 3;
ifp = gfopen (ifname); // Maps to either file map or direct fopen
if (!ifp) return 3;
thumb_length = 0;
thumb_offset = 0;