mirror of
https://github.com/davatorium/rofi.git
synced 2025-10-30 23:47:19 -04:00
Change back to int. (did not do what expected)
This commit is contained in:
parent
abaae5f403
commit
66c5c6ab55
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ typedef struct _ParseObject {
|
||||||
char *filename;
|
char *filename;
|
||||||
|
|
||||||
/** Length of string */
|
/** Length of string */
|
||||||
yy_size_t str_len;
|
int str_len;
|
||||||
/** String */
|
/** String */
|
||||||
const char *input_str;
|
const char *input_str;
|
||||||
/** Position in file */
|
/** Position in file */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue