]> git.ipfire.org Git - thirdparty/asterisk.git/commit
say.c: Fix file locations for second, seconds, minute, minutes files
authorRusty Newton <rnewton@digium.com>
Fri, 14 Jul 2017 18:47:50 +0000 (13:47 -0500)
committerRusty Newton <rnewton@digium.com>
Fri, 21 Jul 2017 20:11:39 +0000 (15:11 -0500)
commitd832e52e9ae3d107ae515cb937f67642d58c0afd
treee0253d85cde598ca30962598e0cfa6207389a41f
parent3c789a1096d888c0c70f66d58fd1e6ac3f125023
say.c: Fix file locations for second, seconds, minute, minutes files

The seconds and minutes files have always existed in the base language
directory of the Core package. So say.c has always been calling the wrong
location (under digits/) for those two files and in the case of second and
minute they didn't exist in the Core packages at all.

The 1.6 sounds release moves the second and minute files into Core from
Extra for the languages that already had them. A future release will include
the second and minute files for languages that didn't already have them.

This patch just changes all the target locations for second, seconds,
minute, and minutes that were under the digits subdir to be under the root of
sounds instead. Which is where the sounds will be for some languages after 1.6
sounds and for all languages after a future release.

ASTERISK-25810 #close

Change-Id: I05d9d4bee6a7237030530a46e7eb3df15f13f702
Reported-by: Nicolas Riendeau
main/say.c