touched up some code

This commit is contained in:
2014-07-11 14:17:00 +00:00
parent fdce5fc592
commit efc8d5ceb4
42 changed files with 234 additions and 204 deletions

View File

@ -37,7 +37,7 @@ str_t* str_open (qse_mmgr_t* mmgr, qse_size_t xtnsize, qse_size_t capa)
}
else
{
QSE_MEMSET (str + 1, 0, xtnsize);
QSE_MEMSET (QSE_XTN(str), 0, xtnsize);
}
}
return str;