Updated versions and improved comments.

This commit is contained in:
Jason Watkins
2015-05-11 15:07:41 -07:00
parent a2c1f83629
commit a406b82f44
7 changed files with 27 additions and 14 deletions

View File

@@ -45,6 +45,9 @@ namespace XPC
return;
}
// Note: Mode "w" deletes an existing file with the same name. This means that we only
// ever get the log from the last run. This matches the way that X-Plane treats its
// log.
fd = std::fopen("XPCLog.txt", "w");
if (fd != NULL)
{