Fix another translation bug

This commit is contained in:
Oliver Hamlet
2025-03-25 20:56:11 +00:00
parent 2a19d0cad8
commit 12e41639ea
+1 -1
View File
@@ -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' {