Use UCodePointUnknownX instead of UCodePointUnknownN

This commit is contained in:
Ruben Dashyan
2019-07-29 10:30:38 +02:00
committed by Léa Saviot
parent e98a474f2b
commit a8810ef066
5 changed files with 4 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ T Sequence::approximateToNextRank(int n, SequenceContext * sqctx) const {
constexpr int bufferSize = CodePoint::MaxCodePointCharLength + 1;
char unknownN[bufferSize];
Poincare::SerializationHelper::CodePoint(unknownN, bufferSize, UCodePointUnknownN);
Poincare::SerializationHelper::CodePoint(unknownN, bufferSize, UCodePointUnknownX);
CacheContext<T> ctx = CacheContext<T>(sqctx);
// Hold values u(n), u(n-1), u(n-2), v(n), v(n-1), v(n-2)...