Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPCODE_READ_PARAM_FILEPATH should return pointer to buffer with resolved filepath #86

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

x87
Copy link

@x87 x87 commented Mar 2, 2024

//repro

{$CLEO .cs}
debug_on
int buf = allocate_memory 255
string_format buf "cleo:\\.cleo_config.ini"
if does_file_exist buf // returns false
then trace "success"
else trace "error"
end
terminate_this_custom_script

compiled: repro-read-fs-bug.zip

@x87 x87 changed the title OPCODE_READ_PARAM_FILEPATH should return pointer to buffer with resol… OPCODE_READ_PARAM_FILEPATH should return pointer to buffer with resolved filepath Mar 2, 2024
@x87 x87 requested a review from MiranDMC March 2, 2024 05:49
@MiranDMC MiranDMC merged commit f76bea0 into master Mar 2, 2024
@MiranDMC MiranDMC deleted the fix_filepath_macro branch March 2, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants