From 8a14959cee56b061808668250df006837a951ad1 Mon Sep 17 00:00:00 2001 From: Remi Bettan Date: Sun, 22 Dec 2024 10:14:37 +0200 Subject: [PATCH] comment added --- src/win/win-helpers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win/win-helpers.cpp b/src/win/win-helpers.cpp index c95841118e..3a22da2191 100644 --- a/src/win/win-helpers.cpp +++ b/src/win/win-helpers.cpp @@ -491,6 +491,7 @@ namespace librealsense } // Enumerate all imaging devices + // high limit is below loop has been added to avoid infinite loop for (DWORD member_index = 0; member_index < 0x10000; ++member_index) { // Get device information element from the device information set