]> Kevux Git Server - fll/commit
Update: return stop points even when no object/content is found
authorKevin Day <kevin@kevux.org>
Mon, 26 Mar 2012 00:20:48 +0000 (19:20 -0500)
committerKevin Day <kevin@kevux.org>
Mon, 26 Mar 2012 00:20:48 +0000 (19:20 -0500)
commit0ddca96deeff1d709ec5313aba9b263d42af9466
tree6aa54a75a2f44b00a30aea8d57022ae69b2254ac
parent03200caccb3969e715cfb52394a90d7267034912
Update: return stop points even when no object/content is found

This makes a things a little more consistent.
If an object was not found, then the code would seek to the end of line or a stop point.
Prior to this patch, after doing the sleep, the appropriate object/content not found is returned when a stop point was reached.
Now, the appropriate no_data or none stop point return value is used in such a case.
level_1/fl_fss/c/fss_basic.c
level_1/fl_fss/c/fss_extended.c