Some cleanups to the types of vars.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@689 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-03-22 17:44:29 +00:00
parent cf99da06b8
commit c324adfff2
6 changed files with 29 additions and 30 deletions

View File

@@ -275,7 +275,7 @@ void Lire_liste_des_fichiers(byte Format_demande)
void bstrtostr( BSTR in, STRPTR out, TEXT max )
{
STRPTR iptr;
uint32_t i;
dword i;
iptr = BADDR( in );