Compare commits
2 Commits
70043918bb
...
f52ff234d7
Author | SHA1 | Date | |
---|---|---|---|
/* User with id == 0 is a fake user from git author */
|
f52ff234d7 | ||
/* User with id == 0 is a fake user from git author */
|
832cd98558 |
@ -160,7 +160,7 @@ namespace ZNsMain
|
|||||||
}/*
|
}/*
|
||||||
__for1(TypeLength, i, VL_PosListSize)*/
|
__for1(TypeLength, i, VL_PosListSize)*/
|
||||||
|
|
||||||
if(VL_DestStart<VL_MoveStart && VL_DestStart<VL_ThisSize)
|
if(VL_ThisSize > VL_MoveStart)
|
||||||
{
|
{
|
||||||
::memmove /*::::::::::::::::::::::::::::::*/
|
::memmove /*::::::::::::::::::::::::::::::*/
|
||||||
(
|
(
|
||||||
@ -170,7 +170,7 @@ namespace ZNsMain
|
|||||||
);
|
);
|
||||||
/*::::::::::::::::::::::::::::::::::::::::*/
|
/*::::::::::::::::::::::::::::::::::::::::*/
|
||||||
}/*
|
}/*
|
||||||
if(VL_DestStart<VL_MoveStart && VL_DestStart<VL_ThisSize)*/
|
if(VL_ThisSize > VL_MoveStart)*/
|
||||||
|
|
||||||
this->resize(VL_NeedSize); return *this;
|
this->resize(VL_NeedSize); return *this;
|
||||||
}/*
|
}/*
|
||||||
|
@ -430,7 +430,7 @@ namespace ZNsMain
|
|||||||
}/*
|
}/*
|
||||||
__for1(TypeLength, i, VL_PosListSize)*/
|
__for1(TypeLength, i, VL_PosListSize)*/
|
||||||
|
|
||||||
if(VL_DestStart<VL_MoveStart && VL_DestStart<VL_ThisSize)
|
if(VL_ThisSize > VL_MoveStart)
|
||||||
{
|
{
|
||||||
::memmove /*::::::::::::::::::::::::::::::::::::::::*/
|
::memmove /*::::::::::::::::::::::::::::::::::::::::*/
|
||||||
(
|
(
|
||||||
@ -440,7 +440,7 @@ namespace ZNsMain
|
|||||||
);
|
);
|
||||||
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||||
}/*
|
}/*
|
||||||
if(VL_DestStart<VL_MoveStart && VL_DestStart<VL_ThisSize)*/
|
if(VL_ThisSize > VL_MoveStart)*/
|
||||||
|
|
||||||
this->resize(VL_NeedSize); return *this;
|
this->resize(VL_NeedSize); return *this;
|
||||||
}/*
|
}/*
|
||||||
|
Reference in New Issue
Block a user