Chris should comment on this technically.

My concern is that the < and > in this patch were converted to HTML.
I do not believe this will apply. I think your email client converted it
from ASCII to HTML.

On Fri, Apr 1, 2022 at 4:25 AM zhengxiaojun <james...@gmail.com> wrote:

> It is a RSB pacth.&nbsp;
> git send-eamil has no information about it.
>
>
> ------------------&nbsp;Original&nbsp;------------------
> From:
>                                                   "zhengxiaojun"
>                                                                         <
> james...@gmail.com&gt;;
> Date:&nbsp;Fri, Apr 1, 2022 11:41 AM
> To:&nbsp;"devel"<devel@rtems.org&gt;;
> Cc:&nbsp;"zhengxiaojun"<james...@gmail.com&gt;;
> Subject:&nbsp;[PATCH] fix _mkdir parameter error.
>
>
>
> Signed-off-by: zhengxiaojun <james...@gmail.com&gt;
> ---
> tester/covoar/ReportsBase.cc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tester/covoar/ReportsBase.cc b/tester/covoar/ReportsBase.cc
> index 0fb9ce0..eb56c4f 100644
> --- a/tester/covoar/ReportsBase.cc
> +++ b/tester/covoar/ReportsBase.cc
> @@ -65,7 +65,7 @@ void ReportsBase::OpenFile(
>
>  // Create the output directory if it does not already exist
> #ifdef _WIN32
> -&nbsp; sc = _mkdir( symbolSetOutputDirectory );
> +&nbsp; sc = _mkdir( symbolSetOutputDirectory.c_str() );
> #else
>  sc = mkdir( symbolSetOutputDirectory.c_str(), 0755 );
> #endif
> --
> 2.35.1
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to