Вебинар: Можно ли быть тимлидом, но не быть экспертом? Или тренеры не играют - 25.09
V737. It is possible that ',' comma is missing at the end of the string.
V737 It is possible that ',' comma is missing at the end of the string. drawing-text.cpp 272
void DrawingText::decorateStyle(....)
{
....
int dashes[16]={
8, 7, 6, 5,
4, 3, 2, 1,
-8, -7, -6, -5 // <=
-4, -3, -2, -1
};
....
}