cec: removed framebuffer in CCECProcessor. any other packet is an unexpected reply
[deb_libcec.git] / src / lib / AdapterCommunication.cpp
index 74597665cfb98910423ea35f01562adce47c2dc6..0fee28b50c3a187c7d05268c162b0ba5dc0a7e32 100644 (file)
@@ -85,6 +85,7 @@ CCECAdapterMessage::CCECAdapterMessage(const cec_command &command)
 CCECAdapterMessage &CCECAdapterMessage::operator =(const CCECAdapterMessage &msg)
 {
   packet = msg.packet;
+  state  = msg.state;
   return *this;
 }