fix Werror=format

Origin commit data
------------------
Branch: ni/coolstream
Commit: a34b32043a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-22 (Sat, 22 Aug 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-08-22 15:27:47 +02:00
parent b0e25e796f
commit 367e9f3b6e

View File

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