Hi Henri,

we still need to take care of the change in jk_map_read_properties():

-        if (jk_file_exists(f) != JK_TRUE)
+        if ((rc = jk_stat(f, &statbuf)) == -1)


otherwise we cant return time_t *modified since the statbuf isnt initialized.

Guen.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to