aboutsummaryrefslogtreecommitdiff
path: root/multimedia/nymphcast/files/patch-lcdapi_sensors_LCDSensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/nymphcast/files/patch-lcdapi_sensors_LCDSensor.cpp')
-rw-r--r--multimedia/nymphcast/files/patch-lcdapi_sensors_LCDSensor.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/nymphcast/files/patch-lcdapi_sensors_LCDSensor.cpp b/multimedia/nymphcast/files/patch-lcdapi_sensors_LCDSensor.cpp
new file mode 100644
index 000000000000..5eb551b58b91
--- /dev/null
+++ b/multimedia/nymphcast/files/patch-lcdapi_sensors_LCDSensor.cpp
@@ -0,0 +1,11 @@
+--- lcdapi/sensors/LCDSensor.cpp.orig 2022-02-05 21:52:04 UTC
++++ lcdapi/sensors/LCDSensor.cpp
+@@ -36,7 +36,7 @@ const int LCDSensor::MAX_CMD_RESULT_LINE_SIZE = 255;
+ LCDSensor::LCDSensor()
+ : _exist(true),
+ _onChangeThreadStarted(false),
+- _onChangeThread(static_cast<pthread_t>(-1)),
++ _onChangeThread(nullptr),
+ _onChangeList(),
+ _onTimeOutList()
+ {