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/vorbisgain/files/vorbisgain-0.37-wformat-sec...

14 lines
268 B

https://bugs.gentoo.org/634994
--- a/misc.c
+++ b/misc.c
@@ -57,8 +57,7 @@
vfprintf(stderr, message, args);
va_end(args);
- fprintf(stderr, strerror(err_num));
- fprintf(stderr, "\n");
+ fprintf(stderr, "%s\n", strerror(err_num));
}