Commit a9685611 authored by Andrew Tridgell's avatar Andrew Tridgell

fixed a typecast

parent b280a1f4
......@@ -225,7 +225,7 @@ static void MDreverse(X)
/* Process data */
if (count == 512)
{ /* Full block of data to handle */
MDblock(MDp,(unsigned int *)X);
MDblock(MDp,(unsigned int32 *)X);
}
else if (count > 512) /* Check for count too large */
{ rprintf(FERROR,"\nError: MDupdate called with illegal count value %d."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment