Skip to content

Commit b78b6ba

Browse files
committed
Buffer fix.
1 parent 59cffc2 commit b78b6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commander-IO.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ class commandResponsePipe : public commandResponse{
396396
char* getData();
397397

398398
private:
399-
char* buffer[ PIPE_BUFFER_LEN ];
399+
char buffer[ PIPE_BUFFER_LEN ];
400400
uint32_t buffer_cntr = 0;
401401

402402
};

0 commit comments

Comments
 (0)