fix compil fix change 64 to 32

Origin commit data
------------------
Branch: ni/coolstream
Commit: 322b58a598
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-12-27 (Sun, 27 Dec 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-12-27 13:58:32 +01:00
parent bdd5d46c64
commit 8ccea0a934
2 changed files with 2 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ int check_dir(const char * dir, bool allow_tmp)
ret = 0; // ok
}
if(ret == -1)
printf("Wrong Filessystem Type: 0x%" PRIx64"\n",s.f_type);
printf("Wrong Filessystem Type: 0x%" PRIx32"\n",s.f_type);
}
return ret;
}