Use size_t as type for buffer length in Process

This commit is contained in:
Christian Göttsche
2020-11-24 18:37:13 +01:00
committed by Benny Baumann
parent e1ce141bc3
commit 77ec86aff4
3 changed files with 5 additions and 5 deletions

View File

@ -176,7 +176,7 @@ void Process_printTime(RichString* str, unsigned long long totalHundredths);
void Process_fillStarttimeBuffer(Process* this);
void Process_outputRate(RichString* str, char* buffer, int n, double rate, int coloring);
void Process_outputRate(RichString* str, char* buffer, size_t n, double rate, int coloring);
void Process_display(const Object* cast, RichString* out);