diff options
-rw-r--r-- | packaging/sensor.spec | 2 | ||||
-rwxr-xr-x | src/client.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/sensor.spec b/packaging/sensor.spec index d5aa129..dff8e8b 100644 --- a/packaging/sensor.spec +++ b/packaging/sensor.spec @@ -1,7 +1,7 @@ Name: sensor Summary: Sensor framework client library -Version: 0.5.26 +Version: 0.5.27 Release: 1 Group: TO_BE/FILLED_IN License: Apache 2.0 diff --git a/src/client.cpp b/src/client.cpp index 004890b..381c5c0 100755 --- a/src/client.cpp +++ b/src/client.cpp @@ -2000,7 +2000,7 @@ EXTAPI int sf_check_rotation( unsigned long *curr_state) return -1; } - state = sf_start(handle, 0); + state = sf_start(handle, 1); if(state < 0) { ERR("sf_start fail\n"); |