]> git.ipfire.org Git - thirdparty/xz.git/commit
mythread.h: Fix typo error in Vista threads mythread_once().
authorJamaika1 <lukaszcz18@wp.pl>
Tue, 8 Aug 2023 12:07:59 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2023 12:07:59 +0000 (20:07 +0800)
commit6bf33b704cd31dccf25e68480464aa22d3fcad5a
treee224ebc1e258ab4e78dfb50505fc5b8ebf80a7f2
parent80cb961e5380a3878246d41341ff91378ca59e05
mythread.h: Fix typo error in Vista threads mythread_once().

The "once_" variable was accidentally referred to as just "once". This
prevented building with Vista threads when
HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR was not defined.
src/common/mythread.h