Files
ardour/libs
Robin Gareus 6b6ae5dedb Fix file-extension check
If the extension is not found, string::rfind() returns -1,
That can still match unrelated file if the file-name is one
char longer than an arbitrary extension.

eg. "foo" matched ".aiff" because
-1 = strlen("foo") - strlen(".aiff")

Also due to a missing comma ".VOC.vwe" matched any file shorter
than 7 chars in length.
2021-12-16 19:08:03 +01:00
..
2021-12-16 19:08:03 +01:00
2021-07-23 01:37:46 +02:00
2021-12-11 14:42:36 +01:00
2021-07-03 19:07:25 +02:00
2021-09-27 16:28:44 +02:00
2021-09-25 00:01:23 +02:00
2021-03-01 22:14:38 +01:00
2021-09-25 00:01:23 +02:00