Compiles
This commit is contained in:
parent
1632a41b3e
commit
c10b760903
@ -66,10 +66,10 @@ namespace coreutils {
|
|||||||
std::vector<ZString> &ZString::split(ZString &delimiter, size_t maxSize) {
|
std::vector<ZString> &ZString::split(ZString &delimiter, size_t maxSize) {
|
||||||
list.clear();
|
list.clear();
|
||||||
if(length == 0) {
|
if(length == 0) {
|
||||||
list.push_back(ZString((char *)""));
|
list.push_back(ZString((char *)""));
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *end = data + length;
|
char *end = data + length;
|
||||||
char *pos = cursor;
|
char *pos = cursor;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user