Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Sep 8, 2024
1 parent 72902f3 commit 5a1f2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indi-gphoto/gphoto_ccd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ bool GPhotoCCD::Connect()

const auto port = PortTP[0].getText();
// Do not set automatically detected USB device ids as the shutter port
if (port && strlen(port) && strstr(port, "USB:") == nullptr)
if (port && strlen(port) && strstr(port, "usb:") == nullptr)
{
shutter_release_port = port;
}
Expand Down

0 comments on commit 5a1f2cf

Please sign in to comment.