mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Let it compile again.
This commit is contained in:
parent
858e495e79
commit
1c866f68ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user