chiark / gitweb /
Infrastructure: Export pkgconfig file.
[mLib] / track.c
diff --git a/track.c b/track.c
index 10da09bd7474fd89367c136ec2207a86a10fa12d..f790fc1d25a98b1fb5c3b2b7cc4681b3cb1fd40e 100644 (file)
--- a/track.c
+++ b/track.c
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: track.c,v 1.4 1999/05/19 20:27:11 mdw Exp $
+ * $Id: track.c,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  * (c) 1998 Straylight/Edgeware
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of the mLib utilities library.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * mLib is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with mLib; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: track.c,v $
- * Revision 1.4  1999/05/19 20:27:11  mdw
- * Change naming to match newer mLib conventions.
- *
- * Revision 1.3  1999/05/06 19:51:36  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */
@@ -236,7 +219,7 @@ void *track_realloc(void *p, size_t sz)
       trace(vLevel,
            "(track) reallocated %lu at %p to %lu for %s in %s",
            (unsigned long)osz, (void *)(q + 1),
-           (unsigned long)sz,  (void *)(qq + 1),
+           (unsigned long)sz,  (void *)(qq + 1),
            qq->x.ctx, context->s);
     }
     qq->x.sz = sz;