This commit is contained in:
Alexander.Trofimov
2016-06-23 16:47:17 +03:00
parent 62fbef9f5c
commit 01a3fd5efc
1141 changed files with 3847 additions and 3847 deletions

View File

@ -1,4 +1,4 @@
#include <stdlib.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <ctype.h>
@ -276,7 +276,7 @@ namespace PdfReader
}
else
{
// азбираем форматированную строку
// Разбираем форматированную строку
if (!(*pCur >= '0' && *pCur <= '9'))
break;
nIndex = *pCur - '0';
@ -469,7 +469,7 @@ namespace PdfReader
nWidth = uArg.iValue;
break;
}
// ƒобавл¤ем аргумент в нужном формате, с нужным прилеганием
// Добавляем аргумент в нужном формате, с нужным прилеганием
if (!bReverseAlign && nLen < nWidth)
{
for (int nCounter = nLen; nCounter < nWidth; ++nCounter)