git: 9front

Download patch

ref: 57af3032f7bced71ebf55f7f3ea104ba9d6feb9c
parent: a97109f3864f5fd9c6dbff150b856f4e94be66a5
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",
--