Files
asterisk/tests/test_strings.c
Sean Bright 72fa12a8ca 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 e8cbf576bb)
2025-01-23 18:36:04 +00:00

32 KiB