Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 12 lines 345 B view raw
1--- vorbisgain-0.37/misc.c 2004-01-03 16:17:28.000000000 -0500 2+++ vorbisgain-0.37-patched/misc.c 2025-01-07 20:51:12.989521816 -0500 3@@ -56,8 +56,7 @@ 4 vfprintf(stderr, message, args); 5 va_end(args); 6 7- fprintf(stderr, strerror(err_num)); 8- fprintf(stderr, "\n"); 9+ fprintf(stderr, "%s\n", strerror(err_num)); 10 } 11 12