Set seen_pointer before calling code_value
This commit is contained in:
parent
38cc0b93c6
commit
550dd87b2a
1 changed files with 1 additions and 0 deletions
|
@ -5220,6 +5220,7 @@ void process_next_command() {
|
||||||
while (*current_command_args == ' ') ++current_command_args;
|
while (*current_command_args == ' ') ++current_command_args;
|
||||||
|
|
||||||
// Interpret the code int
|
// Interpret the code int
|
||||||
|
seen_pointer = current_command + 1;
|
||||||
codenum = code_value_short();
|
codenum = code_value_short();
|
||||||
|
|
||||||
// Handle a known G, M, or T
|
// Handle a known G, M, or T
|
||||||
|
|
Reference in a new issue