diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 19:39:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 19:39:41 +0200 |
commit | c4afb886739079135d881ec2edaf8d63b6ed6dfd (patch) | |
tree | 3c27819df11de9767b0f46a88f32308a380a568d /ftnoir_tracker_ht | |
parent | b85584d51cd028ef9f2cad5aee021b32915b7752 (diff) |
Handle hotplug camera indices
Diffstat (limited to 'ftnoir_tracker_ht')
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index 9be50efa..2ca5a3de 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -69,7 +69,7 @@ static QList<QString> get_camera_names(void) { if (access(buf, R_OK | W_OK) == 0) { ret.append(buf); } else { - break; + continue; } } #endif |