mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-09 06:59:12 +01: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)
|
||||
{
|
||||
|
||||
static char varname[FILENAME_MAX];
|
||||
|
||||
getvarname(varname, prefix, filename);
|
||||
|
||||
printf("char %s[] = { ", varname);
|
||||
|
@ -1 +1 @@
|
||||
exiftool "$f" || true
|
||||
exiftool "$f"
|
||||
|
Loading…
Reference in New Issue
Block a user