Remove illegal fat32 chars in badge dump
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <jansson.h>
|
||||
|
||||
typedef struct {
|
||||
u32 background_color;
|
||||
u32 background_color;
|
||||
u32 accent_color;
|
||||
u32 red_color;
|
||||
u32 yellow_color;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
void replace_chars(u16 *input, char *remove, u16 with);
|
||||
size_t strulen(const u16 *, ssize_t);
|
||||
void struacat(u16 * input, const char * addition);
|
||||
void printu(u16 * input);
|
||||
|
||||
Reference in New Issue
Block a user