fixed bug in split()
This commit is contained in:
parent
38acf132c8
commit
982b22ab20
@ -178,7 +178,7 @@ stock split(szInput[], szLeft[], pL_Max, szRight[], pR_Max, szDelim[])
|
|||||||
else
|
else
|
||||||
copy(szLeft, pL_Max, szInput);
|
copy(szLeft, pL_Max, szInput);
|
||||||
|
|
||||||
copy(szRightt, pR_Max, szInput[iStart]);
|
copy(szRight, pR_Max, szInput[iStart]);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user