From eb74e72b1c04922ecdf0569c15f130981fe9b65d Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Thu, 2 May 2024 12:55:31 -0700 Subject: [PATCH] Remove default value for attribute 'realm' --- Src/cmor_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/cmor_tables.c b/Src/cmor_tables.c index a60783e1..125f7a5a 100644 --- a/Src/cmor_tables.c +++ b/Src/cmor_tables.c @@ -83,7 +83,7 @@ void cmor_init_table(cmor_table_t * table, int id) table->cmor_version = 3.0; table->mip_era[0] = '\0'; table->szTable_id[0] = '\0'; - strcpy(table->realm, "REALM"); + table->realm[0] = '\0'; table->date[0] = '\0'; table->missing_value = 1.0e+20; table->int_missing_value = 2147483647;