Skip to content

Commit

Permalink
changed size output to json-compatible format
Browse files Browse the repository at this point in the history
  • Loading branch information
ldn-softdev committed Dec 28, 2019
1 parent b35c31c commit 32370ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ using namespace std;

#define CMP_BASE "json_1"
#define CMP_COMP "json_2"
#define JTCS_PFX "{ size: "
#define JTCS_PFX "{ \"size\": "
#define JTCS_SFX " }"
#define WLK_HPFX "$?"
#define USE_HPFX -1
Expand Down

0 comments on commit 32370ee

Please sign in to comment.