Skip to content

Commit

Permalink
v4l2: cut'n paste error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Apr 14, 2024
1 parent 16ce102 commit 3f89684
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/arvv4l2device.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,6 @@ arv_v4l2_device_write_memory (ArvDevice *device, guint64 address, guint32 size,
default:
found = FALSE;
}

if (found) {
memcpy (buffer, &value, sizeof (value));
}
}

if (!found) {
Expand Down

0 comments on commit 3f89684

Please sign in to comment.