mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix compilation
This commit is contained in:
@ -13,7 +13,7 @@ fn new_a2d(maxx int, maxy int) &A2D {
|
||||
return &A2D{
|
||||
maxx: maxx
|
||||
maxy: maxy
|
||||
data: &int(vcalloc(size))
|
||||
data: unsafe { &int(vcalloc(size)) }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user