Skip to content

Commit f88c01f

Browse files
committed
Fixes
1 parent 046fe55 commit f88c01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_remote_debugging/binary_io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern "C" {
2222
* ============================================================================ */
2323

2424
#define BINARY_FORMAT_MAGIC 0x54414348 /* "TACH" (Tachyon) */
25-
#define BINARY_FORMAT_VERSION 3
25+
#define BINARY_FORMAT_VERSION 1
2626

2727
/* Header field offsets and sizes */
2828
#define HDR_OFF_MAGIC 0

0 commit comments

Comments
 (0)