Skip to content

Commit

Permalink
redo last change
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Oct 14, 2021
1 parent 83396d5 commit 9366257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CmdMessenger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ char* CmdMessenger::readStringArg()
return current;
}
ArgOk = false;
return NULL; //return '\0';
return '\0';
}

/**
Expand Down

0 comments on commit 9366257

Please sign in to comment.