typedef struct {
char* relative_link;
char* keys[MAX_KEYS];
} stack_url;
/* Lock Mutex put here */
for(myurl = wib_urls; myurl->relative_link != NULL; myurl++)
{
fprintf(stderr,"URL /%s\n",myurl->relative_link);
for(kp = (myurl->keys); *kp != NULL; kp++ )
{
fprintf( stderr, " %s \n", *kp ); ----------- FAILING ON THIS LINE AFTER FEW ITERATIONS
-- Regards, Paul Gearon
Software Engineer Telephone: +61 7 3876 2188 Plugged In Software Fax: +61 7 3876 4899 http://www.PIsoftware.com PGP Key available via finger
Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam. (Translation from latin: "I have a catapult. Give me all the money, or I will fling an enormous rock at your head.")