Skip to content

Muparser mod string conversion error. #105

@Kerntrick

Description

@Kerntrick

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions