-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
In the function bbStringToStringType inside glue.cpp, I had to change the line
char *p = bbStringToCString( s );
into
char *p = (char*)bbStringToCString( s );
Before the change Blitzmax would give an error or silently crash if the function was changed to 'bTmpCString( s )' .
I'm not sure is this the correct way to resolve this issue. but it seems to work so far.
Metadata
Metadata
Assignees
Labels
No labels