*updated the doc; *fixed a compile warning.

This commit is contained in:
Wang Renxin 2017-02-27 15:13:30 +08:00
parent 3dbf69adbf
commit c65e0b7291
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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;