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

Fix position in first parsed file.

This commit is contained in:
Dave Davenport 2017-03-28 09:19:04 +02:00
parent c7daf2d06c
commit 439532450a

View file

@ -159,6 +159,9 @@ YY_LLOC_START
if ( queue == NULL ){
queue = g_queue_new ( );
yylloc->filename = current->filename;
// unsure why todo this.
yylloc->first_line = yylloc->last_line = 1;
yylloc->first_column = yylloc->last_column = 1;
}
%}