Skip to content

Commit

Permalink
Arg
Browse files Browse the repository at this point in the history
  • Loading branch information
revk committed Nov 2, 2024
1 parent e843f81 commit 60855ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,7 @@ revk_settings_store (jo_t j, const char **locationp, uint8_t flags)
{
if ((err = store (pindex)))
return err;
t = jo_here (j);
if (t == JO_OBJECT)
{
while ((t = jo_next (j)) == JO_TAG)
Expand Down

0 comments on commit 60855ee

Please sign in to comment.