Skip to content

Commit f46bd98

Browse files
committed
---
yaml --- r: 332 b: refs/heads/master c: 66181ce h: refs/heads/master v: v3
1 parent 853b00c commit f46bd98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: cb989a816d22e9a1016d1c33c85ff44aca933d28
2+
refs/heads/master: 66181ce2ccbcca03d68b9340294dc5169da2e29e

trunk/src/rt/rust_timer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rust_timer::rust_timer(rust_dom *dom) :
5959
dom->log(rust_log::TIMER, "creating timer for domain 0x%" PRIxPTR, dom);
6060
#if defined(__WIN32__)
6161
thread = CreateThread(NULL, 0, timer_loop, this, 0, NULL);
62-
dom.win32_require("CreateThread", thread != NULL);
62+
dom->win32_require("CreateThread", thread != NULL);
6363
if (RUNNING_ON_VALGRIND)
6464
Sleep(10);
6565
#else

0 commit comments

Comments
 (0)