Fix build again

This commit is contained in:
David Hrdlička
2025-08-21 17:41:23 +02:00
committed by GitHub
parent bdaf1cbe55
commit 12a8229b90
2 changed files with 3 additions and 2 deletions

View File

@@ -1105,7 +1105,7 @@ usage:
/* -E specified on the command line. */
start_vmm = 1;
} else {
strncpy(vmm_path, vmm_path_cfg, sizeof(vmm_path) - 1)
strncpy(vmm_path, vmm_path_cfg, sizeof(vmm_path) - 1);
}
if (start_vmm) {