shithub: riscv

Download patch

ref: d99e693119812727d3267e2e02e55be660e98a1a
parent: a2b94beae016edbe76ad850839fb388035b0b110
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Fri Dec 14 00:12:07 EST 2012

file: report .au files as "sun audio" instead of µlaw

--- a/sys/src/cmd/file.c
+++ b/sys/src/cmd/file.c
@@ -816,7 +816,7 @@
 	"\033Lua",		"Lua bytecode",		4,	OCTET,
 	"ID3",			"mp3 audio with id3",	3,	"audio/mpeg",
 	"OggS",			"ogg audio",		4,	"audio/ogg",
-	".snd",			"µlaw audio",		4,	"audio/basic",
+	".snd",			"sun audio",		4,	"audio/basic",
 	"\211PNG",		"PNG image",		4,	"image/png",
 	"P3\n",			"ppm",				3,	"image/ppm",
 	"P6\n",			"ppm",				3,	"image/ppm",
--