]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FreeSWITCH: Add WIN32 strerror_s() variant to custom switch_strerror_r() helper funct...
authorStefan Knoblich <stkn@openisdn.net>
Tue, 14 Aug 2012 12:54:06 +0000 (14:54 +0200)
committerStefan Knoblich <stkn@openisdn.net>
Tue, 14 Aug 2012 12:54:06 +0000 (14:54 +0200)
commiteca5c0ad73b60cd4a3408454ea920f356ef83b19
tree7b50bc533b5b5f1ade46522b74077e828fed02c6
parent8bcf3b4fb858a838e5a623ec417a93540fa43f2b
FreeSWITCH: Add WIN32 strerror_s() variant to custom switch_strerror_r() helper function and fix more strerror_r() users.

Convert mod_xml_cdr, mod_json_cdr and mod_conference to the new function.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
src/mod/applications/mod_conference/mod_conference.c
src/mod/event_handlers/mod_json_cdr/mod_json_cdr.c
src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.c
src/switch_utils.c