You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/mserv/files/mserv-0.35-mservplay.patch

12 lines
430 B

--- mserv-0.35.orig/support/mservplay.c 2003-08-28 20:10:17.000000000 -0700
+++ mserv-0.35/support/mservplay.c 2003-08-29 15:16:13.000000000 -0700
@@ -43,7 +43,7 @@
fprintf(stderr, "%s: setuid: %s\n", argv[0], strerror(errno));
exit(1);
}
- if (stricmp(argv[2], "mpg123")) {
+ if (strcasecmp(argv[2], "mpg123")) {
fprintf(stderr, "%s: Unrecognised player type, must be 'mpg123'",
argv[0]);
exit(1);