Be careful if you're using vsnprintf() to build a string one piece at a time. For example, this code: len += vsnprintf(&buf[len], RECSIZE - 1 - len, ...);.
確定! 回上一頁