Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into upto-0.99.5

This commit is contained in:
yangws 2011-02-11 09:34:12 +08:00
commit 36d68eeb41
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ namespace cocos2d{
// parse spacing / padding
std::string line;
std::string strLeft = pBuffer;
std::string strLeft(pBuffer, nBufSize);
while (strLeft.length() > 0) {
int pos = strLeft.find('\n');