file managers: associate .img with unimg

add LUA to ISO

git-svn-id: svn://kolibrios.org@7866 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-05-05 01:16:36 +00:00
parent 271f2d75e8
commit 7169ea5d6b
8 changed files with 15 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
#include "../lib/kolibri.h"
#endif
dword buf_data;
dword buf_data=0;
struct DrawBufer {
@@ -37,7 +37,7 @@ bool DrawBufer::Init(dword i_bufx, i_bufy, i_bufw, i_bufh)
bufy = i_bufy;
bufw = i_bufw;
bufh = i_bufh;
buf_data = free(buf_data);
if (buf_data) buf_data = free(buf_data);
IncreaseBufSize();
if (!buf_data) return false;
ESDWORD[buf_data] = bufw;