Update CdStreamPosix.cpp

This commit is contained in:
blingu 2020-08-07 17:51:15 +02:00 committed by GitHub
parent 21e1e7a474
commit 4b6cc0188b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ CdStreamInit(int32 numChannels)
}
#ifdef __linux__
_gdwCdStreamFlags = O_RDONLY | O_NOATIME;
#elif __FreeBSD__
#else
_gdwCdStreamFlags = O_RDONLY;
#endif
// People say it's slower