summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rwxr-xr-xsrc/client.cpp2
1 files changed, 1 insertions, 1 deletions
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");