Skip to content

Commit

Permalink
qr code maker
Browse files Browse the repository at this point in the history
  • Loading branch information
jRimbault committed Jan 16, 2024
1 parent d283680 commit ad7a711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qr/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() -> Result<()> {

fn run(args: &Args) -> Result<()> {
std::thread::scope(|scope| {
let (sender, receiver) = sync_channel(1);
let (sender, receiver) = sync_channel(args.files.len());
for file in &args.files {
let name = file
.file_name()
Expand Down

0 comments on commit ad7a711

Please sign in to comment.