From 6dba1d91f63f8f2b268c19ac947ac515248d7b3b Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 28 Jan 2026 09:39:50 -0800 Subject: [PATCH] fix minor Implicitly treated as 'char' due to fun type casting rules... a351943927148b569f0daa0abf08dc3f9f33090e --- src/clientget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientget.cpp b/src/clientget.cpp index 515adf5..adaf396 100644 --- a/src/clientget.cpp +++ b/src/clientget.cpp @@ -315,7 +315,7 @@ struct GPROp : public OperationBase // nothing more needed } else { - throw std::logic_error(SB()<<"Invalid state "<statTx += chan->conn->enqueueTxBody(state==GPROp::Done ? CMD_DESTROY_REQUEST : (pva_app_msg_t)op);