mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Fix FS#12585 - bar tags stopped working
Change-Id: I9e466bcc407a3fda06d8a9f9c6f39afef592824e
This commit is contained in:
parent
2dc891befc
commit
9acd70288d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
#include "tag_table.h"
|
#include "tag_table.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#define BAR_PARAMS "?iiii|s^"
|
#define BAR_PARAMS "?iiii|s*"
|
||||||
/* The tag definition table */
|
/* The tag definition table */
|
||||||
static const struct tag_info legal_tags[] =
|
static const struct tag_info legal_tags[] =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue