|
From: Brian S. P. <bst...@me...> - 2000-03-02 15:46:49
|
Uwe - What do you think of using glib's GStrings instead of c-strings in the URL structure? This would allow us to have dynamically sized strings for the url and buffer instead of arbitrarily sized buffers that are given hard limits at compile time. Let me know -- if you think this is a good idea, I'll work on changing it tonight or this weekend. If you don't like this, what would you think of changing the URL structure to use dynamically-sized buffers for the url and the buffer? -Brian |