bump and run

This commit is contained in:
tth 2022-04-03 21:38:29 +02:00
parent 63e6dcd07b
commit f52e24b30c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 175
#define FIMG_VERSION 176
/*
* in memory descriptor

View File

@ -36,7 +36,7 @@ int fimg_default_metadata(FimgMetaData *pmd)
memcpy(pmd->magic, "metadata", 8);
pmd->count = 0;
pmd->fval = 255.0;
strcpy(pmd->idcam, "unknow");
strcpy(pmd->idcam, "<unknow>");
pmd->origin = 999;
return -1;
}