]> Kevux Git Server - fll/commit
Bugfix: revert slash improvements in FSS object read
authorKevin Day <thekevinday@gmail.com>
Sat, 20 Jun 2020 19:08:03 +0000 (14:08 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 20 Jun 2020 19:08:03 +0000 (14:08 -0500)
commit85c2c67dd3dd73ec771378231254f3bee9badcc7
tree5c3d0c669beaf8645a22a53313eff3bdc4f84a65
parentd1e2fee8d8a7767b18d767660c8633b5e05bc648
Bugfix: revert slash improvements in FSS object read

Oops.

When relocating this I completely forgot that an object starting with something other than a double quote or single quote can never be a quoted object.
Therefore only the first slash needs to be delimited.

I need to update the FSS documentation to avoid this oops again.
This will be tacked on to the todo list for when I do my extensive review of the FSS processing code.
level_1/fl_fss/c/fss_extended.c
level_1/fl_fss/c/private-fss.c