citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 2752f5afc062225a32abf5d02f5a70be03feb6ed
parent ced79203f09486224f8aed377b94268785084733
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Sun, 15 Jan 2017 14:27:23 -0800

lib: fix win32 build

Diffstat:
Mlib_win32.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib_win32.c b/lib_win32.c @@ -142,7 +142,7 @@ open_fd() void citrun_os_info(struct citrun_header *h) { - pids[0] = getpid(); + h->pids[0] = getpid(); if (GetModuleFileName(NULL, h->progname, sizeof(h->progname)) == 0) Err(1, "GetModuleFileName");