diff --git a/global.h b/global.h index c6dc601..75c8b70 100644 --- a/global.h +++ b/global.h @@ -35,7 +35,7 @@ #define PROGRAM_NAME "DSRemote" -#define PROGRAM_VERSION "0.32_1609181000" +#define PROGRAM_VERSION "0.32_1609200823" #define MAX_PATHLEN 4096 diff --git a/mainwindow.cpp b/mainwindow.cpp index 4508bd9..bef873f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -968,9 +968,9 @@ int UI_Mainwindow::get_device_settings() line = __LINE__; goto OUT_ERROR; } - } - devparms.timebasehrefpos = atoi(device->buf); + devparms.timebasehrefpos = atoi(device->buf); + } usleep(TMC_GDS_DELAY);