mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[bench] Fix bench command to print Integer
This commit is contained in:
@@ -64,7 +64,7 @@ void Display(const char * input) {
|
||||
}
|
||||
|
||||
char response[16] = {'D', 'E', 'L', 'T', 'A', '='};
|
||||
Poincare::Integer(numberOfInvalidPixels).writeTextInBuffer(response+6, sizeof(response)-6);
|
||||
Poincare::Integer(numberOfInvalidPixels).serialize(response+6, sizeof(response)-6);
|
||||
reply(response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user