Hi Tom,

> I reproduced the bug.
> 
> I fixed the bug.
> 
> in CMD\DIR.C, line 972+ change
> 
> static int orderFunction(const void *p1, const void *p2)
> {
>  ...
>           case ORDER_BY_NAME:
>                 rv = strcmp(f1.ff_name,f2.ff_name);
>                 break;
>           }
>           if (opt & ORDER_INVERSE) rv = - rv;
>         }  
> 
> + if (rv == 0)
> +    rv = strcmp(f1.ff_name,f2.ff_name);
> 
>   return rv;
> }       

How (also when) will this patch (and other patches) make it into the
official freecom repo?
(I'm still confused by all the different private, public, official,
semi-official repos. So no offense. I'm just curious.)

https://gitlab.com/FreeDOS/base/kernel#still-actively-developed says
"Unsure which is official kernel source tree
https://github.com/FDOS/kernel or https://github.com/PerditionC/fdkernel";.
So, I'm not the only one, who's still confused.

The kernel is *the* core component of an OS. Therefore, it should be
made clear, where official development takes place.

Cheers,
Robert
-- 
              +++ BTTR Software +++
     Home page: https://www.bttr-software.de/
DOS ain't dead: https://www.bttr-software.de/forum/


_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to