Remove illegal fat32 chars in badge dump

This commit is contained in:
2024-06-17 14:10:14 -04:00
parent 7182fd9078
commit 11113bbc07
4 changed files with 16 additions and 1 deletions

View File

@@ -32,7 +32,7 @@
#include <jansson.h>
typedef struct {
u32 background_color;
u32 background_color;
u32 accent_color;
u32 red_color;
u32 yellow_color;

View File

@@ -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);