Skip to content
  • Gerhard Sittig's avatar
    scpi: Don't process received data of zero length · 90084681
    Gerhard Sittig authored
    When nothing was received in a read attempt, we need not adjust the
    buffered data's read position nor the glib string object's size. Skip
    any processing for empty input, just keep checking for timeouts.
    90084681