mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
parent
c36aa43f86
commit
8457a00ad0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ xkbmap_query_grp_option()
|
|||
//it's either in the end of line or before the other option so \s or ,
|
||||
int lastIndex = outputLine.indexOf( QRegExp( "[\\s,]" ), index );
|
||||
|
||||
return outputLine.mid( index, lastIndex - 1 );
|
||||
return outputLine.mid( index, lastIndex - index );
|
||||
}
|
||||
|
||||
AdditionalLayoutInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue