Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
Vladimir N. Oleynik.
This commit is contained in:
parent
c9acf8c766
commit
12f417edbd
20 changed files with 102 additions and 108 deletions
|
@ -126,7 +126,7 @@ int rdate_main(int argc, char **argv)
|
|||
perror_msg_and_die("Could not set time of day");
|
||||
}
|
||||
if (printdate) {
|
||||
fprintf(stdout, "%s", ctime(&time));
|
||||
printf("%s", ctime(&time));
|
||||
}
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue