Reduce usage of MAX_PATH strings in factory.c

This commit is contained in:
Thomas Bernard
2019-01-15 13:22:09 +01:00
parent f5cc3a0aba
commit b3baa57a36
3 changed files with 178 additions and 132 deletions

View File

@@ -183,7 +183,7 @@ void Release_lock_file(const char *file_directory);
///
/// Return the current directory, equivalent to getcwd()
const char * Get_current_directory(char * buf, word * buf_unicode, size_t size);
char * Get_current_directory(char * buf, word * buf_unicode, size_t size);
///
/// Change current directory. return 0 for success, -1 in case of error