cec: fixed - routing information sets the stream path, not the physical address
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.cpp
index 333b71b1ab12817d6927ff1ffbc4eae252717fd2..d1cfdf005f75f4c3c2fb11a8e2ce7617918280a4 100644 (file)
@@ -373,7 +373,7 @@ bool CCECCommandHandler::HandleRoutingInformation(const cec_command &command)
     CCECBusDevice *device = GetDevice(command.initiator);
     if (device)
     {
-      device->SetPhysicalAddress(iNewAddress);
+      device->SetStreamPath(iNewAddress);
       return true;
     }
   }