aboutsummaryrefslogtreecommitdiff
path: root/aufgabe2/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'aufgabe2/log.c')
-rw-r--r--aufgabe2/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aufgabe2/log.c b/aufgabe2/log.c
index 779b25b..62adeaf 100644
--- a/aufgabe2/log.c
+++ b/aufgabe2/log.c
@@ -30,7 +30,7 @@ void log() {
}
/* Logdatei öffnen */
- if ((logfile = fopen("logfile.txt", "w")) == NULL) {
+ if ((logfile = fopen("log.txt", "w")) == NULL) {
perror("log.c fopen()");
exit(EXIT_FAILURE);
}