mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05: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…
Add table
Reference in a new issue