artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858e495
)
Let it compile again.
author
krw
<krw@openbsd.org>
Thu, 7 Dec 2017 02:08:44 +0000
(
02:08
+0000)
committer
krw
<krw@openbsd.org>
Thu, 7 Dec 2017 02:08:44 +0000
(
02:08
+0000)
usr.bin/cdio/cddb.c
patch
|
blob
|
history
diff --git
a/usr.bin/cdio/cddb.c
b/usr.bin/cdio/cddb.c
index
ffde75b
..
96bb9cc
100644
(file)
--- a/
usr.bin/cdio/cddb.c
+++ b/
usr.bin/cdio/cddb.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cddb.c,v 1.2
1 2017/12/06 17:15:43 espie
Exp $ */
+/* $OpenBSD: cddb.c,v 1.2
2 2017/12/07 02:08:44 krw
Exp $ */
/*
* Copyright (c) 2002 Marc Espie.
*
@@
-94,7
+94,7
@@
send_query(FILE *f, int n, struct cd_toc_entry *e)
for (i = 0; i < n; i++)
fprintf(f, " %lu", entry2frames(e+i));
fprintf(f, " %lu\r\n", (entry2frames(e+n)-entry2frames(e)) /75);
- fflush(
cout
);
+ fflush(
f
);
}
#define MAXSIZE 256