added newline to end of files that are read in
This commit is contained in:
parent
f8d987da8e
commit
2b2e40921d
3 changed files with 42 additions and 17 deletions
|
|
@ -33,4 +33,5 @@ void ARC_IO_FileToStr(ARC_String *path, ARC_String **data){
|
|||
|
||||
fclose(file);
|
||||
ARC_String_Create(data, fileData, length);
|
||||
free(fileData);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue