tokenize: Fix wrong string index in indirect strings
commitc6360a757b8c4284e416aa8025352045cffbf743
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 13 Jul 2010 09:32:19 +0000 (13 13:32 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 13 Jul 2010 17:17:16 +0000 (13 21:17 +0400)
tree8fd9557aee1723e88585d39de4c792dd7c18c5f9
parent15bdc51187d32b8dd34e7809bc6944ff4778d1bb
tokenize: Fix wrong string index in indirect strings

At moment of calling the nasm_skip_string the string pointer
is already incremented which makes tokenize fail on correct
indirect strings.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c