0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 15:39:31 +00:00

No need for +1 on initial seen_pointer

This commit is contained in:
Scott Lahteine 2015-05-22 15:31:30 -07:00
parent 550dd87b2a
commit 15a2351675

View file

@ -5220,7 +5220,7 @@ void process_next_command() {
while (*current_command_args == ' ') ++current_command_args;
// Interpret the code int
seen_pointer = current_command + 1;
seen_pointer = current_command;
codenum = code_value_short();
// Handle a known G, M, or T