Merge pull request #59 from ximion/master

Apply a patch from the Sociomatic branch
This commit is contained in:
Sebastian Wilzbach 2017-05-26 13:04:44 +02:00 committed by GitHub
commit b388322731

View file

@ -32,7 +32,7 @@ struct ZeroString(string TypeName)
return;
}
str_ = (str ~ '\0').ptr;
str_ = &(str ~ '\0')[0];
}
///Get the string.