Skip to content

Commit

Permalink
bin/xbps-query: bring back default/null values for package formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Sep 19, 2023
1 parent aecab4c commit ae11e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xbps-query/list.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ fmt_pkg_cb(FILE *fp, const struct xbps_fmt_var *var, void *data)
return xbps_fmt_print_string(var, revision, 0, fp);
}

return 0;
return xbps_fmt_print_object(var, NULL, fp);
}

static int
Expand Down

0 comments on commit ae11e15

Please sign in to comment.