mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
* Oops. uncomment two lines :)
This commit is contained in:
parent
986f66c14f
commit
7fa1ca1ec1
@ -56,8 +56,8 @@ static int vala_run(RLang *lang, const char *code, int len) {
|
||||
fputs (code, fd);
|
||||
fputs (";\n}\n", fd);
|
||||
fclose (fd);
|
||||
// r_vala_file (lang->user, ".tmp.vala");
|
||||
// r_file_rm (".tmp.vala");
|
||||
r_vala_file (lang->user, ".tmp.vala");
|
||||
r_file_rm (".tmp.vala");
|
||||
} else eprintf ("Cannot open .tmp.vala\n");
|
||||
return R_TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user