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
Add file mode to log.txt file
tags/v0.5.0
Andrew Belt
7 years ago
parent
b10d1122bb
commit
acb1eb6092
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main.cpp
+ 1
- 1
src/main.cpp
View File
@@ -14,7 +14,7 @@ int main(int argc, char* argv[]) {
#ifdef VERSION
std::string logFilename = assetLocal("log.txt");
gLogFile = fopen(logFilename.c_str());
gLogFile = fopen(logFilename.c_str()
, "w"
);
#endif
if (!gApplicationVersion.empty()) {
Write
Preview
Loading…
Cancel
Save