cec-config: fixed typo
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 9 Feb 2012 15:23:12 +0000 (16:23 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 9 Feb 2012 15:23:12 +0000 (16:23 +0100)
src/cec-config/cec-config.cpp

index c36bb6a1a854ec3b12d274b1adfe65fcc5feb695..19a7a014da7a73f857e14a8fc434cfb6472612c6 100644 (file)
@@ -345,7 +345,7 @@ int main (int argc, char *argv[])
     return 1;
 
   bool bAddressOk(false);
-  uint16_t iAddress(0xFFF);
+  uint16_t iAddress(0xFFFF);
   while (!bAddressOk)
   {
     iAddress = FindPhysicalAddress();