Merge pull request #59 from ximion/master
Apply a patch from the Sociomatic branch
This commit is contained in:
commit
b388322731
|
@ -32,7 +32,7 @@ struct ZeroString(string TypeName)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
str_ = (str ~ '\0').ptr;
|
str_ = &(str ~ '\0')[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
///Get the string.
|
///Get the string.
|
||||||
|
|
Loading…
Reference in a new issue