From: krw Date: Thu, 7 Dec 2017 02:08:44 +0000 (+0000) Subject: Let it compile again. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1c866f68cae46bccb8808225c5466710c68db9dc;p=openbsd Let it compile again. --- diff --git a/usr.bin/cdio/cddb.c b/usr.bin/cdio/cddb.c index ffde75b70da..96bb9cc4736 100644 --- a/usr.bin/cdio/cddb.c +++ b/usr.bin/cdio/cddb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cddb.c,v 1.21 2017/12/06 17:15:43 espie Exp $ */ +/* $OpenBSD: cddb.c,v 1.22 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