mirror of
https://github.com/eddyem/astrovideoguide_v3.git
synced 2026-03-22 09:41:04 +03:00
add child process guard; fix error with steppers server disconnection
This commit is contained in:
@@ -46,7 +46,6 @@ static void changeformat(){
|
||||
if(!theCam) return;
|
||||
if(maxformat.h < 1 || maxformat.w < 1){
|
||||
WARNX("Bad max format data");
|
||||
LOGWARN("Bad max format data");
|
||||
return;
|
||||
}
|
||||
if(stepformat.h < 1 || stepformat.w < 1){
|
||||
|
||||
Reference in New Issue
Block a user