Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -504,7 +504,7 @@ static inline QString CopyAndRemoveColorCode(const char* sText)
|
||||
*d++ = *s++;
|
||||
}
|
||||
|
||||
ret.resize(d - ret.data());
|
||||
ret.resize(static_cast<int>(d - ret.data()));
|
||||
|
||||
return QString::fromLatin1(ret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user