sjamesr / jfreesane

Java API to talk to the SANE scanning daemon
Apache License 2.0
60 stars 25 forks source link

Fix listDevices() interfering with subsequent operations #101

Closed jspyro closed 3 years ago

jspyro commented 4 years ago

Executing readWord() also in empty deviceList cases. This fixes the issue with subsequent operations failing due to the leftover word in the stream.

100

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 409


Totals Coverage Status
Change from base Build 403: 0.02%
Covered Lines: 953
Relevant Lines: 1153

💛 - Coveralls
sjamesr commented 3 years ago

I'm really sorry I missed this pull request, apparently I didn't have github notifications turned on. Taking a look now.