fd5612a029
automatically select the correct version without needing to set a non-standard environment variable. Use random() instead of rand() because I'm sick of getting the same songs over and over in shuffle play. Quell a format string warning with -Wnon-const-format Bump PORTREVISION Reviewed by: maintainer timeout
11 lines
290 B
Text
11 lines
290 B
Text
--- control_generic.c.orig Fri Mar 2 16:10:49 2001
|
|
+++ control_generic.c Fri Mar 2 16:10:51 2001
|
|
@@ -26,6 +26,8 @@
|
|
extern int buffer_pid;
|
|
extern int tabsel_123[2][3][16];
|
|
|
|
+void generic_sendmsg (char *, ...) __printflike(1,2);
|
|
+
|
|
void generic_sendmsg (char *fmt, ...)
|
|
{
|
|
va_list ap;
|