Skip to content

Commit 32370ee

Browse files
author
ldn-softdev
committed
changed size output to json-compatible format
1 parent b35c31c commit 32370ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jtc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ using namespace std;
9090

9191
#define CMP_BASE "json_1"
9292
#define CMP_COMP "json_2"
93-
#define JTCS_PFX "{ size: "
93+
#define JTCS_PFX "{ \"size\": "
9494
#define JTCS_SFX " }"
9595
#define WLK_HPFX "$?"
9696
#define USE_HPFX -1

0 commit comments

Comments
 (0)