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
pls fix wrong behaviour if stream started without creation
in src/API/lms7_api.cpp:
functions
LMS_StartStream(lms_stream_t *stream) and
LMS_StopStream(lms_stream_t *stream)
return 0 (success) if stream==NULL or stream->handle==0
this should be changed to return -1
The text was updated successfully, but these errors were encountered:
pls fix wrong behaviour if stream started without creation
in src/API/lms7_api.cpp:
functions
LMS_StartStream(lms_stream_t *stream) and
LMS_StopStream(lms_stream_t *stream)
return 0 (success) if stream==NULL or stream->handle==0
this should be changed to return -1
The text was updated successfully, but these errors were encountered: