Skip to content

Commit

Permalink
comment updated, branch rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Dec 31, 2024
1 parent d89160e commit bd6a0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/win-helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ namespace librealsense
}

// Enumerate all imaging devices
// high limit is below loop has been added to avoid infinite loop
// 0x10000 ia a large enough limit to permit maximum connection, while avoiding infinite loop
for (DWORD member_index = 0; member_index < 0x10000; ++member_index)
{
// Get device information element from the device information set
Expand Down

0 comments on commit bd6a0aa

Please sign in to comment.