From 4579626c273fe68bd9ce29e4caf614ed5e70240d Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 11 Jan 2023 11:35:08 +0100 Subject: [PATCH] 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 --- lib/easyoptions.c | 4 ++-- lib/optiontable.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. *