mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: ~500 more byte=>u8
This commit is contained in:
@ -55,7 +55,7 @@ struct Ip {
|
||||
}
|
||||
|
||||
struct Unix {
|
||||
path [max_unix_path]byte
|
||||
path [max_unix_path]u8
|
||||
}
|
||||
|
||||
[_pack: '1']
|
||||
|
Reference in New Issue
Block a user