mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-02-26 01:13:25 +00:00
Fixed typo with nodeid helper on windows
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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