Update CdStreamPosix.cpp

This commit is contained in:
blingu
2020-08-07 17:51:15 +02:00
committed by GitHub
parent 21e1e7a474
commit 4b6cc0188b

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