summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-24 18:37:13 +0100
committerBenny Baumann <BenBE@geshi.org>2020-12-06 16:03:44 +0100
commit77ec86aff4314afd893baed0d16d7bd52c387fd4 (patch)
tree64a92b2b520192d00de88cea6b0195a32530f968 /Process.h
parente1ce141bc3123c1dea7eb2ef908c8ebce945c72a (diff)
Use size_t as type for buffer length in Process
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 1 insertions, 1 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy