diff options
| author | Gavin Andresen <[email protected]> | 2013-01-01 17:12:30 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-01-01 17:12:30 -0500 |
| commit | ee3374234c60aba2cc4c5cd5cac1c0aefc2d817c (patch) | |
| tree | dac48288a89b711ddde40e17a7d8545bfd044bc9 /src/script.cpp | |
| parent | Remove 'T' from remaining date/time format strings. (diff) | |
| download | discoin-ee3374234c60aba2cc4c5cd5cac1c0aefc2d817c.tar.xz discoin-ee3374234c60aba2cc4c5cd5cac1c0aefc2d817c.zip | |
OutputDebugStringF code cleanup
Initialize the OutputDebugStringF mutex and file pointer using
boost::call_once, to be thread-safe.
Make the return value of OutputDebugStringF really be the number of
characters written (*printf() semantics).
Declare the fReopenDebugLog flag volatile, since it is changed from
a signal handler.
And don't declare OutputDebugStringF() as inline.
Diffstat (limited to 'src/script.cpp')
0 files changed, 0 insertions, 0 deletions