mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
khtml: fix compiler warning about unsigned -> int
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d7678b6e94
commit
d96892c084
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ DOMStringImpl* AtomicString::add(const char* c)
|
|||
|
||||
struct UCharBuffer {
|
||||
const QChar* s;
|
||||
unsigned length;
|
||||
int length;
|
||||
};
|
||||
|
||||
static inline bool equal(DOMStringImpl* string, const QChar* characters, unsigned length)
|
||||
|
|
Loading…
Add table
Reference in a new issue