mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed typo
This commit is contained in:
parent
15feb0e16e
commit
842fc1a254
@ -1220,7 +1220,7 @@ char *cTextExpr::DeterminateText(void) {
|
||||
strcat(retVal, str);
|
||||
} else if (t->type == eTexttokenType::inttoken) {
|
||||
int value = tokenContainer->IntToken(t->tokenIndex);
|
||||
if (value > 0) {
|
||||
if (value >= 0) {
|
||||
cString str = cString::sprintf("%d", value);
|
||||
strcat(retVal, *str);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user