We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
III.VC.CLEO/source/III.VC.CLEO/CustomScript.cpp
Lines 231 to 233 in 01684d7
Instead of break, this code indicates a start of a new fixed length (up to 7 characters + zero bytes; 8 in total) character array.
break
This will allow code like
0AAB: '1.txt'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
III.VC.CLEO/source/III.VC.CLEO/CustomScript.cpp
Lines 231 to 233 in 01684d7
Instead of
break
, this code indicates a start of a new fixed length (up to 7 characters + zero bytes; 8 in total) character array.This will allow code like
The text was updated successfully, but these errors were encountered: