Fixed argument

This commit is contained in:
2015-09-25 12:27:30 +02:00
parent 47ccada575
commit 34d8b9c40f
+1 -1
View File
@@ -42,7 +42,7 @@ namespace ErgometerLibrary
File.Create(Path.Combine(GetSessionFolder(session), "metingen.ergo"));
File.Create(Path.Combine(GetSessionFolder(session), "chat.log"));
File.WriteAllText()
File.WriteAllText(GetSessionFile(session), naam);
}
private static string GetSessionFolder(int session)