ArduinoHannover / ESPMailer

SMTP Client for ESP8266
GNU General Public License v3.0
12 stars 7 forks source link

Fix incorrect processing of nameTok #4

Open judismith opened 7 years ago

judismith commented 7 years ago

Fixes logical error where if(strcmp(nameTok, "\r") would equal 0 when nameTok only contained "\r" resulting in the "else" branch being incorrectly executed.