Skip to content
Snippets Groups Projects
Commit cec9e656 authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.1.2 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent cb625a6d
Branches
Tags
No related merge requests found
......@@ -70,6 +70,8 @@ void ast_destroy(struct ast_config *ast)
int ast_true(char *s)
{
if (!s)
return 0;
/* Determine if this is a true value */
if (!strcasecmp(s, "yes") ||
!strcasecmp(s, "true") ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment