diff --git a/src/parse.gperf b/src/parse.gperf index 2f2cffff2..54f18d422 100644 --- a/src/parse.gperf +++ b/src/parse.gperf @@ -303,5 +303,5 @@ void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const ch exit(53); } - memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); + memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); /* FIXME: This causes a warning; should it be 'sizeof(char)', or do we need to have the warning suppressed? -bjk 2021.10.14 */ }