Fix license header
This commit is contained in:
parent
aa7f5b4745
commit
a4d84cff43
@ -106,7 +106,8 @@ int FUNC_DECL(EXTERNAL_LIBRARY_INIT_FUNCTION)(const char *params, const char *ve
|
||||
|
||||
if (!getcwd(cwd, sizeof(cwd))) {
|
||||
fprintf(stderr, "Error getting current working directory. Maybe the path is too long?\n");
|
||||
return -2;
|
||||
ret = -2;
|
||||
goto return_value;
|
||||
}
|
||||
|
||||
p_sys_path = PySys_GetObject("path");
|
||||
|
Loading…
Reference in New Issue
Block a user