Merge pull request #110 from vinzenz/108-fix

Fix for Issue #108
This commit is contained in:
okamstudio 2014-02-20 13:06:52 -02:00
commit 4d5ec64a9d

View file

@ -2518,7 +2518,7 @@ bool String::begins_with(const char* p_string) const {
}
return true;
return *p_string == 0;
}