efl/src/lib/elua
Jean-Philippe Andre 24417ff1a5 elua: Fix use of eina_file_mkstemp after previous patch
The API (that didn't work in the first place) was used wrongly
as it was assumed its behaviour was the same as mkstemp (duh!).
It turns out eina's version doesn't replace the input string but
returns a tmpstr instead.

@fix
2016-01-19 18:18:29 +09:00
..
Elua.h elua lib: sanitize all file paths before writing them 2015-06-09 14:01:25 +01:00
cache.c elua: Fix use of eina_file_mkstemp after previous patch 2016-01-19 18:18:29 +09:00
elua.c efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00
elua_private.h elua: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
io.c efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00