From 610647374e568337e7d79b99c102dea370dde52c Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Thu, 9 Feb 2012 16:23:12 +0100 Subject: [PATCH] cec-config: fixed typo --- src/cec-config/cec-config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cec-config/cec-config.cpp b/src/cec-config/cec-config.cpp index c36bb6a..19a7a01 100644 --- a/src/cec-config/cec-config.cpp +++ b/src/cec-config/cec-config.cpp @@ -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(); -- 2.34.1