Fix bug in syntax parser of GET DATA /TYPE=TXT
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 21 Apr 2016 10:39:36 +0000 (12:39 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 21 Apr 2016 10:39:36 +0000 (12:39 +0200)
Fixed a bug which manifested itself when GET DATA /TYPE=TXT was
passed a variable name which happened also to be a token identifier.
The actual bug might also have caused other ill effects, but seems
to have been masked.

Reported-by: Rob L

No differences found