We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbe4be commit f4a6227Copy full SHA for f4a6227
src/zm_monitor.cpp
@@ -1736,7 +1736,7 @@ bool Monitor::CheckSignal(const Image *image) {
1736
int index = 0;
1737
for (int i = 0; i < signal_check_points; i++) {
1738
while (true) {
1739
- // Why the casting to long long? also note that on a 64bit cpu, long long is 128bits
+ // Why the casting to long long?
1740
index = (int)(((long long)rand()*(long long)(pixels-1))/RAND_MAX);
1741
if (!config.timestamp_on_capture || !label_format[0])
1742
break;
0 commit comments