You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
540 B
14 lines
540 B
2 years ago
|
diff --git a/src/cleanup/cleanup_message.c b/src/cleanup/cleanup_message.c
|
||
|
index 391c711..be5ce42 100644
|
||
|
--- a/src/cleanup/cleanup_message.c
|
||
|
+++ b/src/cleanup/cleanup_message.c
|
||
|
@@ -773,6 +773,8 @@ static void cleanup_header_done_callback(void *context)
|
||
|
/* Normalize whitespace. */
|
||
|
token = tok822_scan_limit(state->fullname, &dummy_token,
|
||
|
var_token_limit);
|
||
|
+ if (!token)
|
||
|
+ token = tok822_alloc(TOK822_QSTRING, state->fullname);
|
||
|
} else {
|
||
|
token = tok822_alloc(TOK822_QSTRING, state->fullname);
|
||
|
}
|