1
0

Updated links and docs (#3488)

This commit is contained in:
mathiascode
2016-12-19 18:08:19 +02:00
committed by Mattes D
parent dddfb921ee
commit efc7fed05b
23 changed files with 49 additions and 47 deletions

View File

@@ -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()