mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
8e3959ad74
commit
7749362b4b
@ -586,7 +586,7 @@ template<> inline CString _py_cast<CString>(VM* vm, PyObject* obj){
|
||||
return PK_OBJ_GET(Str, obj).c_str();
|
||||
}
|
||||
|
||||
inline PyObject* py_var(VM* vm, const char val[]){
|
||||
inline PyObject* py_var(VM* vm, const char* val){
|
||||
return VAR(Str(val));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user