Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix FS#13864: Last char of folder and filename not voiced

Change-Id: I9c237bb7721224c6ba44b6511d72094722fa980c

authored by

Christian Soffke and committed by
Solomon Peachy
fd7ae09e a1ccb797

+1 -1
+1 -1
apps/talk.c
··· 765 765 do_enqueue(enqueue); /* cut off all the pending stuff */ 766 766 767 767 const char *last = spell; 768 - size_t len0 = len - 1; 768 + size_t len0 = len; 769 769 /* Tokenize into UTF8 codepoints */ 770 770 while ((spell = utf8decode(spell, &c)), c != '\0') 771 771 {