bump and run
This commit is contained in:
parent
63e6dcd07b
commit
f52e24b30c
@ -4,7 +4,7 @@
|
|||||||
* http://la.buvette.org/photos/cumul
|
* http://la.buvette.org/photos/cumul
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FIMG_VERSION 175
|
#define FIMG_VERSION 176
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* in memory descriptor
|
* in memory descriptor
|
||||||
|
@ -36,7 +36,7 @@ int fimg_default_metadata(FimgMetaData *pmd)
|
|||||||
memcpy(pmd->magic, "metadata", 8);
|
memcpy(pmd->magic, "metadata", 8);
|
||||||
pmd->count = 0;
|
pmd->count = 0;
|
||||||
pmd->fval = 255.0;
|
pmd->fval = 255.0;
|
||||||
strcpy(pmd->idcam, "unknow");
|
strcpy(pmd->idcam, "<unknow>");
|
||||||
pmd->origin = 999;
|
pmd->origin = 999;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user