Este commit está contenido en:
tth
2022-04-03 21:38:29 +02:00
padre 63e6dcd07b
commit f52e24b30c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

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

Ver fichero

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