shithub: sox

Download patch

ref: 48102ce56e922331446cc7a1c0833ecbb1e6532c
parent: 120b9c56f2afff5e8bf5e9cf8c06a6c8df744384
author: rrt <rrt>
date: Sun Mar 18 16:17:26 EDT 2007

Comment purpose of misc.c and util.c better

--- a/src/misc.c
+++ b/src/misc.c
@@ -1,4 +1,8 @@
 /*
+ * libSoX miscellaneous file-handling functions.
+ */
+
+/*
  * July 5, 1991
  * Copyright 1991 Lance Norskog And Sundry Contributors
  * This source code is freely redistributable and may be used for
@@ -5,10 +9,6 @@
  * any purpose.  This copyright notice must be maintained.
  * Lance Norskog And Sundry Contributors are not responsible for
  * the consequences of using this software.
- */
-
-/*
- * libSoX miscellaneous stuff.
  */
 
 #include "sox_i.h"
--- a/src/util.c
+++ b/src/util.c
@@ -1,12 +1,7 @@
 /*
  * util.c.
- * Incorporate Jimen Ching's fixes for real library operation: Aug 3, 1994.
- * Redo all work from scratch, unfortunately.
- * Separate out all common variables used by effects & handlers,
- * and utility routines for other main programs to use.
- */
-
-/*
+ * Utility functions mostly related to logging.
+ *
  * July 5, 1991
  * Copyright 1991 Lance Norskog And Sundry Contributors
  * This source code is freely redistributable and may be used for