ftypes: Fix an error message

This commit is contained in:
João Valverde 2022-06-20 17:40:43 +01:00 committed by A Wireshark GitLab Utility
parent 0615ba6317
commit e42a4de47c
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ done:
* backward, so that there are two different times that
* it could be)?
*/
err_msg = ws_strdup("\"%s\" cannot be converted to a valid calendar time.");
err_msg = ws_strdup_printf("\"%s\" cannot be converted to a valid calendar time.", s);
goto fail;
}