mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix another translation bug
This commit is contained in:
@@ -424,7 +424,7 @@ fn find_prelude_bounds(masterlist: &str) -> Option<(usize, usize)> {
|
||||
break;
|
||||
}
|
||||
|
||||
pos = next_line_break_pos + 1;
|
||||
pos += next_line_break_pos + 1;
|
||||
|
||||
if let Some(c) = masterlist.as_bytes().get(pos) {
|
||||
if *c != b' ' && *c != b'#' && *c != b'\n' {
|
||||
|
||||
Reference in New Issue
Block a user