This commit is contained in:
Nikita Ivanov 2022-05-24 00:39:01 +05:00
parent 7f0ea955c4
commit d989e5e99b
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133
2 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ void print_file(char *f)
void embed_file(char *prefix, char *filename, char *helpers)
{
static char varname[FILENAME_MAX];
getvarname(varname, prefix, filename);
printf("char %s[] = { ", varname);

View File

@ -1 +1 @@
exiftool "$f" || true
exiftool "$f"