-rw-r--r-- | libopie/odevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index 2b7e927..9f64fc0 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp @@ -691,9 +691,9 @@ int iPAQ::readLightSensor ( ) if (( fd = ::open ( "/proc/hal/light_sensor", O_RDONLY )) >= 0 ) { char buffer [8]; - if ( ::read ( fd, buffer, 5 ) == 5 ) + if ( ::read ( fd, buffer, 5 ) == 5 ) { char *endptr; buffer [4] = 0; val = ::strtol ( buffer + 2, &endptr, 16 ); |