This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Fix reentrancy of logger.
tags/v2.0.0
Andrew Belt
5 years ago
parent
b6f1191168
commit
72493c6b51
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/logger.cpp
+ 1
- 0
src/logger.cpp
View File
@@ -34,6 +34,7 @@ void destroy() {
std::fprintf(outputFile, "END");
std::fclose(outputFile);
}
outputFile = NULL;
}
static const char* const levelLabels[] = {
Write
Preview
Loading…
Cancel
Save