summaryrefslogtreecommitdiffstats
path: root/darwin/Platform.c
diff options
context:
space:
mode:
authorDániel Bakai <bakaidl@gmail.com>2020-12-13 15:54:13 +0100
committerBenBE <BenBE@geshi.org>2020-12-13 17:58:16 +0100
commit3655b6ca0b1b89a2d6415211c1ce484dd6afe39f (patch)
tree1db4c8b1ae468aa3f2a6d3fb1c6ddfc4501cdd41 /darwin/Platform.c
parent1506283affdb024106df283fb4dbc0253470f1c9 (diff)
Add column in darwin to indicate whether the the process is running under translation
Diffstat (limited to 'darwin/Platform.c')
-rw-r--r--darwin/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/Platform.c b/darwin/Platform.c
index 5cfaee70..672c1ad0 100644
--- a/darwin/Platform.c
+++ b/darwin/Platform.c
@@ -102,7 +102,7 @@ const MeterClass* const Platform_meterTypes[] = {
NULL
};
-int Platform_numberOfFields = 100;
+int Platform_numberOfFields = LAST_PROCESSFIELD;
void Platform_init(void) {
/* no platform-specific setup needed */

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