Files
asterisk/main/strings.c
Sean Bright 8b736f2047 strings.c: Improve numeric detection in ast_strings_match().
Essentially, we were treating 1234x1234 and 1234x5678 as 'equal'
because we were able to convert the prefix of each of these strings to
the same number.

Resolves: #1028
(cherry picked from commit dafac1f6f4)
2025-01-23 18:42:28 +00:00

10 KiB