mirror of https://github.com/pbatard/rufus.git
Browse Source
* In replace_in_token_data() when looking for lines starting with a specific token but finding lines containing a larger version of the token (e.g. looking for 'linux' but finding 'linux16') we would forget to output the non matching line as we rejected it. * This produced issues such as the one described at: https://ubuntuforums.org/showthread.php?t=2465291&page=10&p=14052629#post14052629 * Fix this by ensuring that we always output the lines that we reject.pull/1791/head

3 changed files with 9 additions and 7 deletions
Loading…
Reference in new issue