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
BK's GrabbieLib needs some fixes and improvements:
The TcpClient::Write(buffer, size) method in BK returns (size+2) if the operation is successful. It should return (size) instead. See usage in vtkBkProFocusOemVideoSource::InternalUpdate().
Improve CMake files: it should properly export all library targets
BK's GrabbieLib needs some fixes and improvements:
Migrated from https://app.assembla.com/spaces/plus/tickets/722/details
The text was updated successfully, but these errors were encountered: