lib,wcc,w6a,w6l: char-literals for remaining source magic decimals (Wave-1)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user