mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
@ -299,6 +299,8 @@ void pathNormalize(Path* path)
|
||||
path->capacity = result->capacity;
|
||||
path->chars = result->chars;
|
||||
path->length = result->length;
|
||||
|
||||
free(result);
|
||||
}
|
||||
|
||||
char* pathToString(Path* path)
|
||||
|
||||
Reference in New Issue
Block a user