Little fix

This commit is contained in:
Nekotekina 2014-07-18 21:04:12 +04:00
parent 74914c5916
commit f69337be65

View file

@ -118,7 +118,7 @@ public:
}
else if (sizeof(T1) > sizeof(T))
{
res.FromBE((T1)ToBE() << ((sizeof(T1)-sizeof(T)) * 8));
res.FromLE(ToLE());
}
else
{