fixed bugs in path functions

This commit is contained in:
2025-08-04 16:33:58 +03:00
parent e0f1941c82
commit ab55f85160
2 changed files with 25 additions and 8 deletions

View File

@@ -46,4 +46,5 @@ Result(void) file_seek(FILE* f, i64 offset, SeekOrigin origin){
"Can't seek (offset: " IFWIN("%lli", "%li") ", origin: %i) in file: %s",
offset, origin, strerror(errno));
}
return RESULT_VOID;
}