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