mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-08 22:09:17 +00:00
Updated types
This commit is contained in:
@ -44,7 +44,7 @@ namespace FileSystem
|
||||
private:
|
||||
uint32_t getsize(const char *s)
|
||||
{
|
||||
uint64_t ret = 0;
|
||||
uint32_t ret = 0;
|
||||
while (*s)
|
||||
{
|
||||
ret *= 8;
|
||||
@ -63,7 +63,7 @@ namespace FileSystem
|
||||
}
|
||||
|
||||
public:
|
||||
USTAR(uint64_t Address, Virtual *vfs);
|
||||
USTAR(uintptr_t Address, Virtual *vfs);
|
||||
~USTAR();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user