From 77ec86aff4314afd893baed0d16d7bd52c387fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 24 Nov 2020 18:37:13 +0100 Subject: Use size_t as type for buffer length in Process --- Process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index 7a68c69f..48e31b1d 100644 --- a/Process.h +++ b/Process.h @@ -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); -- cgit v1.2.3