Fix compile warning

This commit is contained in:
Cary R 2025-10-12 17:10:45 -07:00
parent 9c62154924
commit d79e49a372
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ static PLI_INT32 ivlh_readline_calltf(ICARUS_VPI_CONST PLI_BYTE8*name)
return 0; return 0;
} }
int len = strlen(buf); size_t len = strlen(buf);
if(len == 0) { if(len == 0) {
show_error_line(callh); show_error_line(callh);