Commit c95ad615 authored by petr@mysql.com's avatar petr@mysql.com

cleanup

parent 157cc569
......@@ -145,7 +145,8 @@ uint my_pwrite(int Filedes, const byte *Buffer, uint Count, my_off_t offset,
#else
if ((writenbytes = (uint) pwrite(Filedes, Buffer, Count,offset)) == Count)
break;
my_errno= errno;
else
my_errno= errno;
#endif
if ((int) writenbytes != -1)
{ /* Safegueard */
......
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