From: Daniel Gustafsson Date: Wed, 11 Jan 2023 10:35:08 +0000 (+0100) Subject: easyoptions: Fix header printing in generation script X-Git-Tag: curl-7_88_0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4579626c273fe68bd9ce29e4caf614ed5e70240d;p=thirdparty%2Fcurl.git easyoptions: Fix header printing in generation script The optiontable.pl script prints the header comment when generating easyoptions.c, but it wasn't escaping all characters which jumbled the curl ascii logo. Fix by escaping. Cloes #10275 --- diff --git a/lib/easyoptions.c b/lib/easyoptions.c index 493f021949..a9c1efd006 100644 --- a/lib/easyoptions.c +++ b/lib/easyoptions.c @@ -1,9 +1,9 @@ /*************************************************************************** * _ _ ____ _ - * Project ___| | | | _ | | + * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ - * ___|___/|_| ______| + * \___|\___/|_| \_\_____| * * Copyright (C) Daniel Stenberg, , et al. * diff --git a/lib/optiontable.pl b/lib/optiontable.pl index 474ddfe21e..25d6a66deb 100755 --- a/lib/optiontable.pl +++ b/lib/optiontable.pl @@ -3,10 +3,10 @@ print <, et al. *