mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
parent
64ceb85eed
commit
45c4a12daa
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ static double rofi_theme_parse_convert_hex ( char high, char low)
|
||||||
{ \
|
{ \
|
||||||
if ( errno != EINTR ) \
|
if ( errno != EINTR ) \
|
||||||
{ \
|
{ \
|
||||||
|
fprintf(stderr, "Failed to read input from file: %s\n", strerror(errno)); \
|
||||||
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
||||||
break; \
|
break; \
|
||||||
} \
|
} \
|
||||||
|
|
Loading…
Reference in a new issue