diff options
Diffstat (limited to 'src/OSSupport/Errors.cpp')
-rw-r--r-- | src/OSSupport/Errors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Errors.cpp b/src/OSSupport/Errors.cpp index 004cbaccc..a6a66c73c 100644 --- a/src/OSSupport/Errors.cpp +++ b/src/OSSupport/Errors.cpp @@ -20,7 +20,7 @@ AString GetOSErrorString( int a_ErrNo) #else // _WIN32 - // According to http://linux.die.net/man/3/strerror_r there are two versions of strerror_r(): + // According to https://linux.die.net/man/3/strerror_r there are two versions of strerror_r(): #if defined(__GLIBC__) && defined( _GNU_SOURCE) && !defined(ANDROID) // GNU version of strerror_r() |