mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: fix all remaining unsafe 0 (#14856)
This commit is contained in:
@@ -259,7 +259,7 @@ fn (mut r Rat) randomize() {
|
||||
[heap]
|
||||
struct App {
|
||||
mut:
|
||||
termui &termui.Context = 0
|
||||
termui &termui.Context = unsafe { 0 }
|
||||
snake Snake
|
||||
rat Rat
|
||||
width int
|
||||
|
||||
Reference in New Issue
Block a user