obi arrays that don't work because of cython bug passing wrong pointers
This commit is contained in:
@ -43,7 +43,7 @@ char* get_full_path(int directory_file_descriptor, const char* path_name)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// TODO check errors
|
||||
// TODO check errors?
|
||||
strlcat(full_path, "/", MAX_PATH_LEN);
|
||||
strlcat(full_path, path_name, MAX_PATH_LEN);
|
||||
|
||||
|
Reference in New Issue
Block a user