mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
fix typos
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1102,7 +1102,7 @@ static int pp_each_user_read(struct ast_channel *chan, const char *cmd, char *da
|
||||
return pp_each_user_helper(chan, data, buf, NULL, len);
|
||||
}
|
||||
|
||||
static int pp_each_user_read2(struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, int len)
|
||||
static int pp_each_user_read2(struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len)
|
||||
{
|
||||
return pp_each_user_helper(chan, data, NULL, buf, len);
|
||||
}
|
||||
@@ -1188,7 +1188,7 @@ static int pp_each_extension_read(struct ast_channel *chan, const char *cmd, cha
|
||||
return pp_each_extension_helper(chan, cmd, data, buf, NULL, len);
|
||||
}
|
||||
|
||||
static int pp_each_extension_read2(struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, int len)
|
||||
static int pp_each_extension_read2(struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len)
|
||||
{
|
||||
return pp_each_extension_helper(chan, cmd, data, NULL, buf, len);
|
||||
}
|
||||
|
Reference in New Issue
Block a user