Skip to content

Commit

Permalink
tweak on previous commit
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1060 6180dd3e-e324-4e3e-922d-17de1ae2f315
  • Loading branch information
doug-gilbert committed Oct 28, 2023
1 parent f243992 commit fac8a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Each utility has its own version number, date of last change and
some description at the top of its ".c" file. All utilities in the main
directory have their own "man" pages. There is also a sg3_utils man page.

Changelog for pre-release sg3_utils-1.49 [20231027] [svn: r1059]
Changelog for pre-release sg3_utils-1.49 [20231027] [svn: r1060]
- JSON: make output more consistent so most command
responses have a *_paramter_data or similar sub-object
- apply https://github.com/doug-gilbert/sg3_utils/pull/39
Expand Down
2 changes: 1 addition & 1 deletion lib/sg_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ sgj_haj_xx(sgj_state * jsp, sgj_opaque_p jop, int leadin_sp,
case json_string:
break;
case json_integer:
if (hex_haj) {
if (json_hex) {
sgj_js_nv_ihexstr(jsp, jop, jname, jvp->u.integer,
sc_mn_s, val_s);
done = true;
Expand Down

0 comments on commit fac8a8d

Please sign in to comment.