From ab33270c4a7aaf46304b9f42b82c4152e5d09e80 Mon Sep 17 00:00:00 2001 From: Bernd Machenschalk Date: Mon, 16 Oct 2023 10:47:35 +0200 Subject: [PATCH] complete #5123 --- db/boinc_db_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/boinc_db_types.h b/db/boinc_db_types.h index 111f2e82b69..8d9cfd88ea1 100644 --- a/db/boinc_db_types.h +++ b/db/boinc_db_types.h @@ -366,7 +366,7 @@ struct HOST { // but not stored in the DB // TODO: move this stuff to a derived class HOST_SCHED // - char p_features[1024]; + char p_features[P_FEATURES_SIZE]; char virtualbox_version[256]; bool p_vm_extensions_disabled; int num_opencl_cpu_platforms;