Skip to content

Commit

Permalink
Fix signed ints
Browse files Browse the repository at this point in the history
Fixes Windows conversion of AuxHeader->minus_1
  • Loading branch information
michal-josef-spacek committed Nov 19, 2024
1 parent 8e961a8 commit acdcd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/out_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ static char *_path_field (const char *path);
#define FIELD_RSd(nam, dxf) FIELD (nam, RSd, dxf)
#define FIELD_RD(nam, dxf) FIELD_BD (nam, dxf)
#define FIELD_RL(nam, dxf) FIELD (nam, RL, dxf)
#define FIELD_RLd(nam, dxf) FIELD (nam, RLd, dxf)
#define FIELD_RLL(nam, dxf) FIELD (nam, RLL, dxf)
#define FIELD_MC(nam, dxf) FIELD (nam, MC, dxf)
#define FIELD_MS(nam, dxf) FIELD (nam, MS, dxf)
Expand Down

0 comments on commit acdcd20

Please sign in to comment.