Sorry... I screwed $jot() up.. This is applied _after_ the string patch.

John.
diff -ruN ../epic4-1.0.1/source/functions.c ./source/functions.c
--- ../epic4-1.0.1/source/functions.c   Fri Sep 21 12:04:57 2001
+++ ./source/functions.c        Fri Sep 21 12:05:09 2001
@@ -2290,8 +2290,7 @@
        int     interval = 1;
        int     counter;
        char    *booya  = NULL;
-       int     range;
-       size_t  size, clue = 0;
+       size_t  clue = 0;
 
         GET_INT_ARG(start,input)
         GET_INT_ARG(stop, input)
@@ -2304,10 +2303,6 @@
                RETURN_EMPTY;
         if (interval < 0) 
                 interval = -interval;
-
-       range = abs(stop - start) + 1;
-       size = range * 10;
-       booya = new_malloc(size);       /* Blah. This BETTER be enough */
 
         if (start < stop)
        {

Reply via email to