Hi!
24-Апр-2004 15:53 [EMAIL PROTECTED] (Bart Oldeman) wrote to
[EMAIL PROTECTED]:
> +++ fattab.c 24 Apr 2004 15:53:21 -0000 1.22
> - idx = (unsigned) ((((unsigned)Cluster1 << 1) + (unsigned)Cluster1) >> 1)
> - % dpbp->dpb_secsize;
> -
> + idx = (((unsigned)Cluster1 << 1) + (unsigned)Cluster1) %
dpbp->>dpb_secsize;
Bug: in my patch was "Cluster1 >> 1" - difference is that code above
computes 3*Cluster1 instead 3*Cluster1/2.
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg297
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel