mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-27 13:43:17 +00:00
Fixed typo with nodeid helper on windows
This commit is contained in:
@@ -47,7 +47,7 @@ function _meshNodeId()
|
||||
v = null;
|
||||
}
|
||||
}
|
||||
if (v == null && (v = db.GetBuffer('NodeID')) != NULL)
|
||||
if (v == null && (v = db.GetBuffer('NodeID')) != null)
|
||||
{
|
||||
ret = v.toString('hex');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user