diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2011-01-15 18:24:58 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2011-01-15 18:24:58 +0100 |
| commit | 7994d5a2287776e265977ce653e4443ea5156a05 (patch) | |
| tree | 523864d8a555587facc19365c2ef0fa4b0271f1a /aufgabe2 | |
| parent | b7b4c5a98c47464ca54ff2aff3fda9e3c3944c14 (diff) | |
| download | prozesskommunikation-7994d5a2287776e265977ce653e4443ea5156a05.tar.gz prozesskommunikation-7994d5a2287776e265977ce653e4443ea5156a05.tar.bz2 | |
Aufgabe 2&3: kleine Anpassungen im log Code
Diffstat (limited to 'aufgabe2')
| -rw-r--r-- | aufgabe2/log.c | 2 |
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); } |
