Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#7192 - words don't show normally in trigger settings

Attached to Project: Rockbox
Opened by Jeong Taek In (jungti1234) - Sunday, 20 May 2007, 06:48 GMT+2
Last edited by Peter D'Hoye (petur) - Monday, 16 July 2007, 02:15 GMT+2
Task Type Bugs
Category Recording
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

see the screenshot.

words don't show normally because of useless single quotation marks.
   bug.png (7.1 KiB)
This task depends upon

Closed by  Peter D'Hoye (petur)
Monday, 16 July 2007, 02:15 GMT+2
Reason for closing:  Fixed
Comment by Peter D'Hoye (petur) - Sunday, 15 July 2007, 22:23 GMT+2
1) I don't see that single quotation mark in the lang file?
2) I tried entering various quotation marks in that 'Off' text and had no troubles at all

Can you please give more help to try to reproduce?

CORRECTION: I was able to reproduce, no worries ;)
Comment by Peter D'Hoye (petur) - Monday, 16 July 2007, 01:52 GMT+2
It has to do with the fact that buffers are reserved in 'bytes', not characters. That setting has room for 9 characters but the available mem is 9 bytes, so the string is truncated

Loading...