-
Notifications
You must be signed in to change notification settings - Fork 63
readu and string instead of integer #78
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
Comments
With 0.9.8:
|
Further comments from SF.net: @alaingdl on 2013-09-12: for me, the exact issue is GDL crashes after, not IDL. @alaingdl on 2013-09-28: the problem of crash is related to lines 1886/1889 in basic_pro.cpp 1886 int pos = is->tellg(); this value is negative when playing with lun 0 and we also loose the contant when it is legitime to get it, e.g.: str='abcd' (we input for exemple: qwertyuiop and we should have 'qwer' inside str) |
As reported by @GillesDuvert on SF.net:
gives:
OK, IDL has exactly the very same problem
but I believe GDL should throw an exception on this.
The text was updated successfully, but these errors were encountered: