mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-02-17 08:28:41 +00:00
fix compiler bugs
This commit is contained in:
parent
fc5ddbf9a4
commit
4ce9bf9daf
|
|
@ -75,8 +75,8 @@ namespace Controller {
|
||||||
inline
|
inline
|
||||||
bool hasResourceContentChanged(Utils::FileUtils::file_body f1, Utils::FileUtils::file_body f2)
|
bool hasResourceContentChanged(Utils::FileUtils::file_body f1, Utils::FileUtils::file_body f2)
|
||||||
{
|
{
|
||||||
Hash::Meow::meow_u128 h1 = Hash::Meow::MeowHash(Hash::Meow::MeowDefaultSeed, f1.size, f1.content);
|
meow_u128 h1 = Hash::Meow::MeowHash(Hash::Meow::MeowDefaultSeed, f1.size, f1.content);
|
||||||
Hash::Meow::meow_u128 h2 = Hash::Meow::MeowHash(Hash::Meow::MeowDefaultSeed, f2.size, f2.content);
|
meow_u128 h2 = Hash::Meow::MeowHash(Hash::Meow::MeowDefaultSeed, f2.size, f2.content);
|
||||||
|
|
||||||
return MeowHashesAreEqual(h1, h2);
|
return MeowHashesAreEqual(h1, h2);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit eb4aa2441cfebd2582c94d3ee69cf8aca10febbf
|
Subproject commit 2805854bb2ded93f0552edd6ec9dc9cad6a1fe3b
|
||||||
Loading…
Reference in New Issue
Block a user