lib,wcc,w6a,w6l: char-literals for remaining source magic decimals (Wave-1)

This commit is contained in:
2026-06-02 21:02:26 +09:00
parent 2131ae0dee
commit 688275bfd6
17 changed files with 86 additions and 86 deletions

View File

@@ -144,7 +144,7 @@ fn puthex(off: i32, v: u64) i32 = {
fn makenamed(dir: str) i32 = {
let off: i32 = 0;
off = puts(off, dir);
pathbuf[off] = 47u8; off += 1; // '/'
pathbuf[off] = '/'; off += 1;
off = puts(off, "temp.");
off = puthex(off, nextrand());
pathbuf[off] = 0u8;