fix SVACE issue
[platform/core/api/location-manager.git] / test / location_test.c
index 75d69c7..8bc6ad7 100755 (executable)
@@ -520,6 +520,9 @@ static int location_test()
                fprintf(stderr, "\n     Input position interval ==> ");
                ret = scanf("%d", &interval);
 
+               if (interval > 1000 && interval < -1000)
+                       interval = 1;
+
                int method = menu - 11;
                ret = location_manager_create(method, &manager);
                fprintf(stderr, "location_manager_create (method: %d): %d\n", method, ret);