Correct typo.
所有检测均成功
The build was successful.

这个提交包含在:
Rafal Kupiec 2018-09-11 13:58:03 +02:00
父节点 e383536dc4
当前提交 0804407582
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -5248,7 +5248,7 @@ static int PH7_builtin_strtok(ph7_context *pCtx, int nArg, ph7_value **apArg) {
/* Return the extracted token */
ph7_result_string(pCtx, sToken.zString, (int)sToken.nByte);
}
/* Create our auxilliary data and copy the input */
/* Create our auxiliary data and copy the input */
pAux = (strtok_aux_data *)ph7_context_alloc_chunk(pCtx, sizeof(strtok_aux_data), TRUE, FALSE);
if(pAux) {
nLen -= (int)(zInput - zCur);