mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +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"
|
||||
|
||||
struct interval {
|
||||
int first;
|
||||
int last;
|
||||
wchar_t first;
|
||||
wchar_t last;
|
||||
};
|
||||
|
||||
/* auxiliary function for binary search in interval table */
|
||||
|
Loading…
Reference in New Issue
Block a user