Skip to content

Commit f4a6227

Browse files
Fix comment. long long is 64bits
1 parent 8fbe4be commit f4a6227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zm_monitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ bool Monitor::CheckSignal(const Image *image) {
17361736
int index = 0;
17371737
for (int i = 0; i < signal_check_points; i++) {
17381738
while (true) {
1739-
// Why the casting to long long? also note that on a 64bit cpu, long long is 128bits
1739+
// Why the casting to long long?
17401740
index = (int)(((long long)rand()*(long long)(pixels-1))/RAND_MAX);
17411741
if (!config.timestamp_on_capture || !label_format[0])
17421742
break;

0 commit comments

Comments
 (0)