FLAIM change. Fixed misaligned I/O operations.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@672 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1452,7 +1452,7 @@ Exit:
|
||||
|
||||
// Sleep a half second and try again.
|
||||
|
||||
f_sleep( 500);
|
||||
pThread->sleep( 500);
|
||||
goto Loop_Again;
|
||||
}
|
||||
else
|
||||
@@ -1481,7 +1481,7 @@ Exit:
|
||||
break;
|
||||
}
|
||||
|
||||
f_sleep( 1000);
|
||||
pThread->sleep( 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user