*fixed a compile issue.
This commit is contained in:
parent
8c12439ba5
commit
138866904f
@ -587,10 +587,10 @@ static void _destroy_importing_directories(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static bool_t _try_import(struct mb_interpreter_t* s, const char* p) {
|
static bool_t _try_import(struct mb_interpreter_t* s, const char* p) {
|
||||||
mb_unrefvar(s);
|
|
||||||
|
|
||||||
bool_t result = false;
|
bool_t result = false;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
mb_unrefvar(s);
|
||||||
|
|
||||||
for(i = 0; i < importing_dirs->count; i++) {
|
for(i = 0; i < importing_dirs->count; i++) {
|
||||||
char* t = 0;
|
char* t = 0;
|
||||||
char* d = importing_dirs->dirs[i];
|
char* d = importing_dirs->dirs[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user