added qse_awk_http_range_int_t

This commit is contained in:
2011-07-27 09:41:20 +00:00
parent c380388718
commit 79370202bc
3 changed files with 95 additions and 19 deletions

View File

@ -141,7 +141,7 @@ int qse_parsehttprange (const qse_mchar_t* str, qse_http_range_t* range)
/* NOTE: this function does not support a range set
* like bytes=1-20,30-50 */
qse_ulong_t from, to;
qse_http_range_int_t from, to;
int suffix = 0;
if (str[0] != QSE_MT('b') ||