зеркало из https://github.com/mozilla/pjs.git
Tester plugin -- correcting the length of the data buffer, not part of the build
This commit is contained in:
Родитель
1a3dbddde7
Коммит
dc86774193
|
@ -931,6 +931,6 @@ int formatLogItem(LogItemStruct * plis, LPSTR szOutput, LPSTR szEndOfItem, BOOL
|
|||
strcat(szOutput, szString);
|
||||
strcat(szOutput, szTime);
|
||||
strcat(szOutput, szEOI);
|
||||
iRet = strlen(szString) + strlen(szRet) + strlen(szTime) + strlen(szEOI) + 1;
|
||||
iRet = strlen(szString) + strlen(szTime) + strlen(szEOI);
|
||||
return iRet;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче