Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10954 - UI Simulator fails to rename files correctly

Attached to Project: Rockbox
Opened by Alex Bennee (ajb) - Monday, 01 February 2010, 20:06 GMT+2
Last edited by amaury pouly (pamaury) - Monday, 01 February 2010, 23:50 GMT+2
Task Type Bugs
Category Simulator
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

@r24437

A little thinko crept into the rename logic.
   0001-Fix-broken-rename-on-the-UI-Simulator.patch (1.3 KiB)
 b/uisimulator/common/io.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

This task depends upon

Closed by  amaury pouly (pamaury)
Monday, 01 February 2010, 23:50 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 24443, thanks !
Comment by Alex Bennee (ajb) - Monday, 01 February 2010, 21:18 GMT+2
An attempt was made to use strlcpy instead of strncpy but the Rockbox firmware includes need to be exported which seemed a little excessive for such a small patch.

Loading...