Skip to content

Commit 9c726de

Browse files
fix: a flaky test (#820)
1 parent f618a14 commit 9c726de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cobj/cobj.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,7 @@ static void package_name_to_path(char *buff, char *package_name) {
18391839
*b_p = *p_p;
18401840
}
18411841
}
1842+
*b_p = '\0';
18421843
}
18431844

18441845
static int process_compile_all(void) {

0 commit comments

Comments
 (0)