1
0
feito fork de tTh/FloatImg

bump and run

Esse commit está contido em:
tth
2022-04-03 21:38:29 +02:00
commit f52e24b30c
2 arquivos alterados com 2 adições e 2 exclusões

Ver Arquivo

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

Ver Arquivo

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