bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gozilla -d


From: Jason Hood
Subject: gozilla -d
Date: Wed, 02 Apr 2003 03:01:35 +1000

There's a bug with the -d option of gozilla - it appears to reset
the string before using it. Since getURL does not close the string,
I simply removed it from getdefinitionURL as well.

--- gozilla~.c  2003-03-29 13:59:56.000000000 +1000
+++ gozilla.c   2003-04-02 02:56:18.000000000 +1000
@@ -338,7 +338,6 @@
                        }
                        fclose(fp);
                }
-               strbuf_close(sb);
        }
        if (status == -1)
                die("definition %s not found.", arg);


Jason.
--




reply via email to

[Prev in Thread] Current Thread [Next in Thread]