Skip to content

Commit

Permalink
Fix in aliastool.c (OpenEtherCATsociety#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
qboticslabs authored and nakarlsson committed Nov 27, 2018
1 parent 8f2b233 commit b4f3a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linux/aliastool.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ int main(int argc, char *argv[])
if ((strncmp(argv[3], "-walias", sizeof("-walias")) == 0))
{
mode = MODE_WRITEALIAS;
alias = atoi(argv(4));
alias = atoi(argv[4]);
}
}
/* start tool */
Expand Down

0 comments on commit b4f3a30

Please sign in to comment.