lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master f340f72 06/22: Explicitly qualify std::size_t


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f340f72 06/22: Explicitly qualify std::size_t
Date: Sat, 28 Mar 2020 18:23:36 -0400 (EDT)

branch: master
commit f340f72d07620d1aad9b8ecebb7e09a823379c90
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Explicitly qualify std::size_t
---
 md5sum.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/md5sum.cpp b/md5sum.cpp
index 01fcf60..f3d1307 100644
--- a/md5sum.cpp
+++ b/md5sum.cpp
@@ -54,7 +54,7 @@ std::vector<md5sum_for_file> md5_read_checksum_stream
         ++line_number;
 
         // The minimal length: 32(md5sum) + 2(spaces) + 1(shortest file name)
-        size_t const minimal_line_length = 35;
+        std::size_t const minimal_line_length = 35;
 
         // Ignore comment lines, which begin with a '#' character.
         // Empty lines are not allowed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]