Skip to content

Commit c46aeb4

Browse files
Update jellyfish.c
1 parent f360ecf commit c46aeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/jellyfish.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ int fossil_jellyfish_load(fossil_jellyfish_chain *chain, const char *filepath) {
446446
int ok = 1; // unified success flag
447447

448448
if (!match_key_value(&ptr, "signature", "JFS1")) ok = 0;
449-
if (ok) skip_key_value(&ptr, "version");
449+
if (ok) skip_key_value(&ptr, "version", "0.1");
450450

451451
if (ok && (!skip_key(&ptr, "origin_device_id") || !skip_symbol(&ptr, '"'))) ok = 0;
452452
if (ok) {

0 commit comments

Comments
 (0)