12345678910111213141516171819202122 |
- $OpenBSD: patch-main_c,v 1.2 2003/08/04 13:31:28 wilfried Exp $
- --- main.c.orig 2000-04-03 02:11:46.000000000 +0200
- +++ main.c 2003-08-04 15:05:48.000000000 +0200
- @@ -125,7 +125,7 @@ void loadconfig()
- errno = 0;
-
- /* set defualts in case anything fails */
- - set_mpg123("/usr/local/bin/mpg123");
- + set_mpg123("/usr/local/bin/madplay");
- set_mp3ext(".mp3");
- set_playlistext(".m3u");
-
- @@ -230,7 +230,7 @@ int check_options(int argc, char *argv[]
- return option_entered;
- }
-
- -void main(int argc, char *argv[])
- +int main(int argc, char *argv[])
- {
- struct coord pos[] = {
- {35, 34, 12, 11}, /* stop */
|