Skip to content

Commit

Permalink
fix(stdlib): fix typo in xod/debug/get-local-ip implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenykochetkov committed Sep 14, 2020
1 parent c482557 commit 743365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/debug/get-local-ip/patch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node {
return;

auto inet = getValue<input_INET>(ctx);
ValueType<output_IP>::T ip = inet->getIP();
typeof_IP ip = inet->getIP();
if (ip == 0) {
raiseError(ctx);
return;
Expand Down

0 comments on commit 743365e

Please sign in to comment.