[apps] Build all apps

This commit is contained in:
Léa Saviot
2018-10-10 17:22:06 +02:00
committed by Émilie Feral
parent 8ec6673aee
commit 21b214e60f
10 changed files with 17 additions and 11 deletions

View File

@@ -113,7 +113,7 @@ void ListParameterController::willDisplayCellForIndex(HighlightCell * cell, int
return;
}
char buffer[Sequence::k_initialRankNumberOfDigits+1];
Integer(m_sequence->initialRank()).serialize(buffer, Sequence::k_initialRankNumberOfDigits+1);
Poincare::Integer(m_sequence->initialRank()).serialize(buffer, Sequence::k_initialRankNumberOfDigits+1);
myCell->setAccessoryText(buffer);
}
}