on posix systems like openbsd, just including time.h isnt enough to get a proper strptime() declaration, you need _XOPEN_SOURCE to be defined, but also #define _XOPEN_SOURCE_EXTENDED 1. Otherwise the definition isnt complete, and it ends up defaulting to returning an int hence leading to crashes. See http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/xfce4/orage/patches/patch-src_functions_c?rev=1.1;content-type=text%2Fplain
ok. I have that in some of the c files already. looks good. thanks for the fix.
Fixed in Git 4.8.3.4
Available in Orage 4.8.4.