diff options
author | Michael Riss <Michael.Riss@gmx.de> | 2013-02-11 22:57:40 +0100 |
---|---|---|
committer | Michael Riss <Michael.Riss@gmx.de> | 2013-02-27 16:37:20 +0100 |
commit | 8967ffb2faa23fdaac8179cc3ff379dc984fc09c (patch) | |
tree | 7d198f4c90dfcb72d77f576f69ec0a25dc4413b8 /tests | |
parent | a28b5d53d75b428b1bee1efd39ac6d01d68d56d2 (diff) |
Fixed the following problems in the perror function:
- putc is not declared -> replaced by fputc
- puts was used to output the user message which automatically
introduced an unwanted newline between user message and error
description -> replaced by fputs which does not add the newline
Signed-off-by: Michael Riss <Michael.Riss@gmx.de>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions