mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
fix compil fix change 64 to 32
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user