]> Kevux Git Server - fll/commit
Bugfix: delimit whitespaces on write
authorKevin Day <kevin@kevux.org>
Wed, 21 Mar 2012 03:01:23 +0000 (22:01 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 21 Mar 2012 03:01:23 +0000 (22:01 -0500)
commitd01847b0e586f0047659803cfd6dc9f44ef0d855
treee6563f59ea3b08ea3720a3b49a5d0b43eaace77c
parent717bd951b744a8c58c4b95dbe58fd82ed42043ff
Bugfix: delimit whitespaces on write

I believe I had a mental lapse on this one.
The previous code was acting like a read operation in certain cases when dealing with whitespace.
When doing a write if a white space exists treat don't ignore it; instead, wrap it in quotes so that object names can contain spaces.
For example " " is a valid object name which is a object whose name is a single space.
level_1/fl_fss/c/fss_basic.c
level_1/fl_fss/c/fss_extended.c