Browse Source

Set a nonzero burst length

Martijn Braam 1 year ago
parent
commit
2f48f31b6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -79,7 +79,7 @@ static char last_path[260] = "";
 
 static MPZBarScanResult *zbar_result = NULL;
 
-static int burst_length = 0;
+static int burst_length = 4;
 
 // Widgets
 GtkWidget *preview;