revert erroneous checkin
This commit is contained in:
parent
a339c989c7
commit
badc494165
|
@ -124,18 +124,6 @@ extern "C"
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef DEBUGGING
|
|
||||||
void __stdcall
|
|
||||||
envvar ()
|
|
||||||
{
|
|
||||||
const char *s = "PATH";
|
|
||||||
char buf[4096];
|
|
||||||
Sleep (500);
|
|
||||||
small_printf ("%d = GetEnvironmentVariable (\"%s\")\n", GetEnvironmentVariable (s, buf, sizeof buf), s);
|
|
||||||
small_printf ("value = '%s'\n", buf);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
char *old_title;
|
char *old_title;
|
||||||
char title_buf[TITLESIZE + 1];
|
char title_buf[TITLESIZE + 1];
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,6 @@ timer_tracker::cancel ()
|
||||||
SetEvent (hcancel);
|
SetEvent (hcancel);
|
||||||
if (WaitForSingleObject (syncthread, INFINITE) != WAIT_OBJECT_0)
|
if (WaitForSingleObject (syncthread, INFINITE) != WAIT_OBJECT_0)
|
||||||
api_fatal ("WFSO failed waiting for timer thread, %E");
|
api_fatal ("WFSO failed waiting for timer thread, %E");
|
||||||
debug_printf ("cancelled");
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue