Naveen Albert
ac2c984f22
app_read: Fix custom terminator functionality regression
...
Currently, when the t option is specified with no arguments,
the # character is still treated as a terminator, even though
no character should be treated as a terminator.
This is because a previous regression fix was modified to
remove the use of NULL as a default altogether. However,
NULL and an empty string actually refer to different
arrangements and should be treated differently. NULL is the
default terminator (#), while an empty string removes the
terminator altogether. This is the behavior being used by
the rest of the core.
Additionally, since S_OR catches empty strings as well as
NULL (not intended), this is changed to a ternary operator
instead, which fixes the behavior.
ASTERISK-29705 #close
Change-Id: I9b6b72196dd04f5b1e0ab5aa1b0adf627725e086
2021-11-16 15:44:10 -06:00
..
2021-11-16 05:36:41 -06:00
2019-05-10 10:17:27 -06:00
2021-09-02 15:09:29 -05:00
2021-11-16 05:36:41 -06:00
2019-11-19 09:58:08 -05:00
2021-03-16 10:26:43 -05:00
2017-12-22 09:23:22 -05:00
2021-03-16 10:26:43 -05:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2019-11-18 08:30:05 -06:00
2018-03-14 05:20:12 -04:00
2020-01-06 19:10:53 -06:00
2016-10-27 09:53:55 -04:00
2021-11-16 05:36:41 -06:00
2021-11-16 05:36:41 -06:00
2017-12-22 09:23:22 -05:00
2021-08-16 11:48:40 -05:00
2018-07-18 18:15:53 +00:00
2021-11-16 05:36:41 -06:00
2019-11-18 08:30:05 -06:00
2016-10-27 09:53:55 -04:00
2020-11-03 16:35:08 -06:00
2017-05-16 14:25:23 +00:00
2021-08-02 14:33:21 -05:00
2017-05-16 14:25:23 +00:00
2017-12-22 09:23:22 -05:00
2016-10-27 09:53:55 -04:00
2021-09-21 11:46:07 -05:00
2021-08-16 11:48:40 -05:00
2017-12-22 09:23:22 -05:00
2017-12-22 09:23:22 -05:00
2019-11-18 08:30:05 -06:00
2021-11-16 05:36:41 -06:00
2020-04-20 10:06:33 -05:00
2021-08-16 11:48:40 -05:00
2021-08-16 11:48:40 -05:00
2017-12-22 09:23:22 -05:00
2017-12-22 09:23:22 -05:00
2021-11-16 05:36:41 -06:00
2021-11-16 05:36:41 -06:00
2021-09-15 10:11:58 -05:00
2021-08-19 11:17:48 -05:00
2021-11-16 05:36:41 -06:00
2021-02-18 17:17:00 -06:00
2021-08-19 11:15:02 -05:00
2021-09-15 12:19:23 -05:00
2021-08-16 11:48:40 -05:00
2021-08-19 09:09:42 -05:00
2021-08-16 11:48:40 -05:00
2021-02-26 09:35:48 -06:00
2021-11-16 05:36:41 -06:00
2016-10-27 09:53:55 -04:00
2017-08-02 17:08:48 -04:00
2021-11-16 05:36:41 -06:00
2021-11-16 15:44:10 -06:00
2019-11-18 08:30:05 -06:00
2020-01-09 05:32:32 -06:00
2021-07-15 10:05:20 -05:00
2017-12-22 09:23:22 -05:00
2017-12-22 09:23:22 -05:00
2019-11-18 09:33:59 -06:00
2018-06-04 13:20:34 -06:00
2018-11-21 09:56:12 -05:00
2018-05-11 09:48:58 -04:00
2020-01-05 21:05:33 -06:00
2021-03-16 10:30:13 -05:00
2021-09-13 07:12:31 -05:00
2018-01-24 13:37:29 -05:00
2021-11-16 05:36:41 -06:00
2020-06-19 09:15:28 -05:00
2017-12-22 09:23:22 -05:00
2021-03-16 10:26:43 -05:00
2021-11-16 05:36:41 -06:00
2021-01-27 11:46:39 -06:00
2021-08-16 11:48:40 -05:00
2017-12-22 09:23:22 -05:00
2021-09-21 11:52:00 -05:00
2021-11-16 05:36:41 -06:00
2012-06-15 15:33:41 +00:00
2021-07-27 09:54:59 -03:00
2017-12-22 09:23:22 -05:00
2017-09-06 16:16:19 -05:00
2016-10-27 09:53:55 -04:00
2017-12-22 09:23:22 -05:00
2017-12-22 09:23:22 -05:00
2017-12-22 09:23:22 -05:00
2017-12-22 09:23:22 -05:00
2018-05-11 09:48:58 -04:00