Skip to content
Snippets Groups Projects

Fix global symbols relocations

Merged 8tab requested to merge 8tab/relibc:globalsyms into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -222,7 +222,7 @@ unsafe fn inner_scanf(
r.commit();
width = width.map(|w| w - 1);
if width.map(|w| w > 0).unwrap_or(true) && !read!() {
return Ok(matched);
break;
}
}
Loading