fixed basler bug; still have bugs with on-the-fly size changing

This commit is contained in:
2023-04-11 11:08:28 +03:00
parent 002854f1e9
commit 38dee72b04
5 changed files with 14 additions and 11 deletions

1
main.c
View File

@@ -68,7 +68,6 @@ void signals(int signo){
}
int main(int argc, char **argv){
char *self = strdup(argv[0]);
initial_setup();
#if defined GETTEXT_PACKAGE && defined LOCALEDIR
printf("GETTEXT_PACKAGE=" GETTEXT_PACKAGE ", LOCALEDIR=" LOCALEDIR "\n");