mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
a15cbc06b0
PR: 19053 Submitted by: Alexander Langer <alex@big.endian.de>
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
--- streamripper.c.old Tue Jun 6 14:39:56 2000
|
|
+++ streamripper.c Tue Jun 6 14:40:40 2000
|
|
@@ -398,7 +398,7 @@
|
|
|
|
if (!(fd_log = fopen(m_opt.log_file, "a")))
|
|
{
|
|
- vfprintf(stderr, "[logfile] %s", strerror(errno));
|
|
+ fprintf(stderr, "[logfile] %s", strerror(errno));
|
|
fflush(stderr);
|
|
}
|
|
else
|
|
|