From 9af89b9f54aed7108759c92845c1932e108a382a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 10 Jul 2019 08:18:14 +0200 Subject: fixed shutterspeed setting command --- camlibs/lumix/lumix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camlibs/lumix/lumix.c b/camlibs/lumix/lumix.c index a1cccf950..a651c5057 100644 --- a/camlibs/lumix/lumix.c +++ b/camlibs/lumix/lumix.c @@ -594,7 +594,7 @@ Get_CurMenu(Camera *camera) { static void Set_ShutterSpeed(Camera *camera,const char* SpeedValue) { char buf[200]; - sprintf(buf, "?mode=setsetting&type=shtrspeed&value=%s",SpeedValue); + sprintf(buf, "cam.cgi?mode=setsetting&type=shtrspeed&value=%s",SpeedValue); loadCmd(camera,buf); } -- cgit v1.2.1