Re: [PATCH] fix _mkdir parameter error.[RSB]

2022-04-03 Thread Chris Johns
On 2/4/2022 12:20 am, Joel Sherrill wrote:
> Chris should comment on this technically.

The patch is for covoar and not the RSB. I am a little confused?

> 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.

I think it has.

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] fix _mkdir parameter error.[RSB]

2022-04-01 Thread Joel Sherrill
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  wrote:

> It is a RSB pacth.
> git send-eamil has no information about it.
>
>
> --Original--
> From:
>   "zhengxiaojun"
> <
> james...@gmail.com;
> Date:Fri, Apr 1, 2022 11:41 AM
> To:"devel" Cc:"zhengxiaojun" Subject:[PATCH] fix _mkdir parameter error.
>
>
>
> Signed-off-by: zhengxiaojun  ---
> 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
> - sc = _mkdir( symbolSetOutputDirectory );
> + 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


Re:[PATCH] fix _mkdir parameter error.[RSB]

2022-04-01 Thread zhengxiaojun
It is a RSB pacth.
git send-eamil has no information about it.


--Original--
From:   
 "zhengxiaojun" 
   
http://lists.rtems.org/mailman/listinfo/devel