This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  b71c0934bc74872dce2d1ccdfed879dc6d00ca8f (commit)
      from  7706349c27ffbd379f86585d8688165cbe2e64bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=b71c0934bc74872dce2d1ccdfed879dc6d00ca8f

commit b71c0934bc74872dce2d1ccdfed879dc6d00ca8f
Author: Klaus Treichel <[email protected]>
Date:   Sun Dec 20 21:48:08 2009 +0100

    Fix a typo

diff --git a/support/thread.c b/support/thread.c
index 3aaa058..2ce9666 100644
--- a/support/thread.c
+++ b/support/thread.c
@@ -922,7 +922,7 @@ int ILThreadGetBackground(ILThread *thread)
 {
        ILUInt16 threadState;
 
-       threadState = ILInterlockedLoadU2(&(threadState));
+       threadState = ILInterlockedLoadU2(&(thread->state));
        /* Determine if this is a background thread */
        return ((threadState & IL_TS_BACKGROUND) != 0);
 }

-----------------------------------------------------------------------

Summary of changes:
 support/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)


_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits

Reply via email to