mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: byte => u8
This commit is contained in:
@@ -22,7 +22,7 @@ pub fn fd_write(fd int, s string) {
|
||||
return
|
||||
}
|
||||
remaining = remaining - written
|
||||
sp = unsafe { sp + written }
|
||||
sp = unsafe { voidptr(sp + written)}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user