Compare commits
2 Commits
24fd8fea92
...
4d81b7168d
Author | SHA1 | Date | |
---|---|---|---|
/* User with id == 0 is a fake user from git author */
|
4d81b7168d | ||
/* User with id == 0 is a fake user from git author */
|
60f2a25103 |
@ -7680,7 +7680,7 @@ namespace ZNsMain
|
||||
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||
public:
|
||||
};
|
||||
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
template<typename TTypLength>
|
||||
class ZtCBoolStr<wchar_t, TTypLength> /*++++++++++++++++++++++++++++*/
|
||||
@ -7701,7 +7701,7 @@ namespace ZNsMain
|
||||
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||
public:
|
||||
};
|
||||
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
|
@ -145,10 +145,11 @@ namespace ZNsMain
|
||||
while /*::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||
(
|
||||
( VL_FindPos = ZCMainChars::FindPos
|
||||
( VPC_OriginStart, APC_SearchData,
|
||||
(
|
||||
VPC_OriginStart, APC_SearchData,
|
||||
VL_OriginLen , AL_SearchLen , VL_OffsetNow
|
||||
)
|
||||
) >= 0
|
||||
) >= 0
|
||||
)
|
||||
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||
{
|
||||
|
Reference in New Issue
Block a user