-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
There is some problematic code in:
Line 99 in 3dbbce0
| FILE* file=fopen("/home/edward/.config/OpenRCT2/object/INTDSPN.DAT","w"); |
and
Lines 49 to 50 in 3dbbce0
| scenery.name.strings[LANGUAGE_ENGLISH_US]=malloc(strlen("Intamin double spine track")+1); | |
| strcpy(scenery.name.strings[LANGUAGE_ENGLISH_US],"Intamin double spine track"); |
and
Lines 6 to 7 in 3dbbce0
| include_directories(libIsoRender/src libIsoRender/libImage/src /usr/local/Cellar/jansson/2.12/include) | |
| link_directories(/usr/local/Cellar/jansson/2.12/lib/) |
(Possibly other instances, too)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels