mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-06-21 02:18:24 +02:00
Minor
This commit is contained in:
parent
7f0ea955c4
commit
d989e5e99b
@ -54,8 +54,8 @@ void print_file(char *f)
|
|||||||
|
|
||||||
void embed_file(char *prefix, char *filename, char *helpers)
|
void embed_file(char *prefix, char *filename, char *helpers)
|
||||||
{
|
{
|
||||||
|
|
||||||
static char varname[FILENAME_MAX];
|
static char varname[FILENAME_MAX];
|
||||||
|
|
||||||
getvarname(varname, prefix, filename);
|
getvarname(varname, prefix, filename);
|
||||||
|
|
||||||
printf("char %s[] = { ", varname);
|
printf("char %s[] = { ", varname);
|
||||||
|
@ -1 +1 @@
|
|||||||
exiftool "$f" || true
|
exiftool "$f"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user