mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
Use lexer type so signedness is correct.
This commit is contained in:
parent
439532450a
commit
958bb0ebc6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ typedef struct _ParseObject {
|
|||
char *filename;
|
||||
|
||||
/** Length of string */
|
||||
ssize_t str_len;
|
||||
yy_size_t str_len;
|
||||
/** String */
|
||||
const char *input_str;
|
||||
/** Position in file */
|
||||
|
|
Loading…
Reference in a new issue