*updated the doc; *fixed a compile warning.
This commit is contained in:
parent
3dbf69adbf
commit
c65e0b7291
Binary file not shown.
@ -600,7 +600,7 @@ static _importing_dirs_t* _set_importing_directories(const char* dirs) {
|
||||
_CHECK_MEM(result->dirs);
|
||||
|
||||
while(dirs && *dirs) {
|
||||
int l = 0;
|
||||
size_t l = 0;
|
||||
char* buf = 0;
|
||||
bool_t as = false;
|
||||
const char* p = dirs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user