shithub: sox

Download patch

ref: c1fd72893cdfb8696e3a07ab47db22a5bd90231b
parent: d8942ea8e649e57d0c66a55636611bf1fd4640ad
author: robs <robs>
date: Sat Dec 2 06:50:49 EST 2006

Clarify comment

--- a/src/nulfile.c
+++ b/src/nulfile.c
@@ -44,7 +44,7 @@
 
 static const char *nulnames[] = {
   "null",
-  "nul",  /* For backwards compatibility with when -n did not exist */
+  "nul",  /* For backwards compatibility with scripts that used -t nul. */
   NULL,
 };