Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit f3d3a5a

Browse files
author
Jelte Jansen
committed
Rename packaging script
1 parent 7ceb0f8 commit f3d3a5a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/lib/node_names.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static inline int readline(char* dest, FILE* in, size_t max) {
4141
}
4242

4343
if (read >= max - 1) {
44-
dest[++read] = '\0';
44+
dest[read] = '\0';
4545
return read;
4646
}
4747
}

0 commit comments

Comments
 (0)