mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps] Clean GLobalContext
This commit is contained in:
@@ -20,7 +20,7 @@ void StorageCartesianFunction::DefaultName(char buffer[], size_t bufferSize) {
|
||||
int dotCharIndex = -1;
|
||||
while (currentNumber < bufferSize - constantNameSize) {
|
||||
dotCharIndex = 1 + Poincare::Integer(currentNumber).serialize(&buffer[1], bufferSize - constantNameSize + 1);
|
||||
if (GlobalContext::RecordWithName(buffer).isNull()) {
|
||||
if (GlobalContext::RecordBaseNameIsFree(buffer)) {
|
||||
// Name found
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user