]> Kevux Git Server - fll/commit
Bugfix: FSS Write programs don't correctly handle multi-Content per Object situations.
authorKevin Day <kevin@kevux.org>
Tue, 24 Jan 2023 02:58:12 +0000 (20:58 -0600)
committerKevin Day <kevin@kevux.org>
Tue, 24 Jan 2023 02:58:12 +0000 (20:58 -0600)
commitf8f7d506a2753bab20d6ecd5a9907e5fdb9bb1b6
treecca6022a1922e0574c2538f1a6fe27639aa643e6
parent6a28717a2309b2a1948a12926c1ca0e7486a9902
Bugfix: FSS Write programs don't correctly handle multi-Content per Object situations.

The FSS Extended should support one or more Content per Object.
All others support the same number of Objects as Content (not referring to nested Content).

The error and error message when this is and is not correctly being handled.

The correct detection needs to count based on sub locations rather than locations.

Remove now pointless and misleading checks.
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_embedded_list_write/c/fss_embedded_list_write.c
level_3/fss_extended_list_write/c/fss_extended_list_write.c
level_3/fss_extended_write/c/fss_extended_write.c
level_3/fss_extended_write/c/private-write.c
level_3/fss_extended_write/c/private-write.h
level_3/fss_payload_write/c/fss_payload_write.c