Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11384 - skinupdater doesn't convert viewport tag properly

Attached to Project: Rockbox
Opened by Teruaki Kawashima (teru) - Tuesday, 08 June 2010, 12:45 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 08 June 2010, 16:43 GMT+2
Task Type Bugs
Category Utils
Status Closed
Assigned To Jonathan Gordon (jdgordon)
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

it converts %Vi|8|36|224|176|-|-|-| to %Vi(8,36,224,176,-,-)%Vb( at line 28. using r2668.
   old.sbs (2.2 KiB)
   new.sbs (2.3 KiB)
This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Tuesday, 08 June 2010, 16:43 GMT+2
Reason for closing:  Fixed
Comment by Teruaki Kawashima (teru) - Tuesday, 08 June 2010, 15:07 GMT+2
it also doesn't works for %Xd.
--
%Xd
%Vi|0|0|160|160|1|-|-|
--
becomes
--
%X(
%%Vi)0%|0%|160%|160%|1%|-%|-%|
--

%Sx|<No Info>| is converted to %Sx(%<No Info%>), it needs to be %Sx(<No Info>).

Loading...