mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 01:32:25 +00:00
Fix another type mismatch introduced by r9409.
[originally from svn r9427]
[r9409 == 053d2ba6d1
]
This commit is contained in:
parent
78dc12eec7
commit
947fa8f0ae
@ -64,8 +64,8 @@
|
|||||||
#include "putty.h" /* for prototypes */
|
#include "putty.h" /* for prototypes */
|
||||||
|
|
||||||
struct interval {
|
struct interval {
|
||||||
int first;
|
unsigned int first;
|
||||||
int last;
|
unsigned int 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