changeset 1:60d3ca9d3f6b

Fix stupid bug in help2html.
author David A. Holland
date Tue, 12 Aug 2008 00:13:42 -0400
parents 13d2b8934445
children 4b08ee1ecb99
files help2html/support.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/help2html/support.c	Sat Dec 22 17:52:45 2007 -0500
+++ b/help2html/support.c	Tue Aug 12 00:13:42 2008 -0400
@@ -50,7 +50,7 @@
   }
 
   /* sort it */
-  qsort(pv, n, sizeof(int *), sorter);
+  qsort(pv, n, sizeof(int), sorter);
 
   sortdict = NULL;