From 7994d5a2287776e265977ce653e4443ea5156a05 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Sat, 15 Jan 2011 18:24:58 +0100 Subject: Aufgabe 2&3: kleine Anpassungen im log Code --- aufgabe2/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aufgabe2/log.c') 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); } -- cgit v1.2.3-70-g09d2