Merge "func_env: Compile in Solaris 11." into 13

changes/00/9200/7
Joshua Colp 8 years ago committed by Gerrit Code Review
commit 400f683fc1

@ -309,7 +309,7 @@ static int stat_read(struct ast_channel *chan, const char *cmd, char *data,
snprintf(buf, len, "%d", (int) s.st_ctime);
break;
case 'm':
snprintf(buf, len, "%o", s.st_mode);
snprintf(buf, len, "%o", (unsigned int) s.st_mode);
break;
}
}

Loading…
Cancel
Save