Skip to content

Commit

Permalink
fakecamera: fix enum conversion warning
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Nov 27, 2020
1 parent d710f34 commit 7590832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arvfakecamera.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ arv_fake_camera_new_full (const char *serial_number, const char *genicam_filenam
}
} else {
GBytes *bytes = g_resources_lookup_data("/org/aravis/arv-fake-camera.xml",
G_RESOURCE_FLAGS_NONE, &error);
G_RESOURCE_LOOKUP_FLAGS_NONE, &error);

if (error != NULL) {
g_critical ("Failed to load embedded resource arv-fake-camera.xml: %s",error->message);
Expand Down

0 comments on commit 7590832

Please sign in to comment.