Skip to content

Commit 37c38fb

Browse files
committed
size_t
1 parent 7ce8e90 commit 37c38fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/acutest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ acutest_under_debugger_(void)
17141714
/* Scan /proc/self/status for line "TracerPid: [PID]". If such line exists
17151715
* and the PID is non-zero, we're being debugged. */
17161716
{
1717-
static const int OVERLAP = 32;
1717+
static const size_t OVERLAP = 32;
17181718
int fd;
17191719
char buf[512];
17201720
size_t n_read;

0 commit comments

Comments
 (0)