1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Change back to int. (did not do what expected)

This commit is contained in:
Dave Davenport 2017-04-04 08:58:20 +02:00
parent abaae5f403
commit 66c5c6ab55

View file

@ -37,7 +37,7 @@ typedef struct _ParseObject {
char *filename;
/** Length of string */
yy_size_t str_len;
int str_len;
/** String */
const char *input_str;
/** Position in file */