mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-06 13:17:44 +03:00
terminal: avoid warning about signed-unsigned comparison
This commit is contained in:
parent
590baf91f3
commit
61b385c616
@ -66,8 +66,8 @@
|
|||||||
#include "term-internal.h"
|
#include "term-internal.h"
|
||||||
|
|
||||||
struct interval {
|
struct interval {
|
||||||
int first;
|
wchar_t first;
|
||||||
int last;
|
wchar_t last;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* auxiliary function for binary search in interval table */
|
/* auxiliary function for binary search in interval table */
|
||||||
|
Loading…
Reference in New Issue
Block a user