You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
makes that character and the error go away. I don't know enough of C++ to know why that std:ends was there in the first place.
That's tested with the current git HEAD (cd5442d) on Debian unstable (libstdc++6:amd64 7.2.0-16), though the problem was initially seen on Debian jessie (libstdc++6:amd64 4.9.2-10, libgsmme1c2a:amd64 1.10+20120414.gita5e5ae9a-0.2)
It's possible that it is a regression as I didn't get the error on Debian squeeze with the same GSM modem.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using
I get a
Running it under
strace
, I see that the ERROR 304 comes in response to:Note the spurious NUL character there.
This diff:
makes that character and the error go away. I don't know enough of C++ to know why that
std:ends
was there in the first place.That's tested with the current git HEAD (cd5442d) on Debian unstable (libstdc++6:amd64 7.2.0-16), though the problem was initially seen on Debian jessie (libstdc++6:amd64 4.9.2-10, libgsmme1c2a:amd64 1.10+20120414.gita5e5ae9a-0.2)
It's possible that it is a regression as I didn't get the error on Debian squeeze with the same GSM modem.
The text was updated successfully, but these errors were encountered: