Merge branch 'upstream-KWSys' into ctest-stray-newline

# By KWSys Upstream
* upstream-KWSys:
  KWSys 2025-08-08 (2c189f30)
This commit is contained in:
Brad King
2025-08-08 08:19:25 -04:00

View File

@@ -2145,7 +2145,7 @@ static void kwsysProcessSetExitExceptionByIndex(kwsysProcess* cp, int code,
default:
cp->ProcessResults[idx].ExitException = kwsysProcess_Exception_Other;
snprintf(cp->ProcessResults[idx].ExitExceptionString,
KWSYSPE_PIPE_BUFFER_SIZE, "Exit code 0x%x\n", code);
KWSYSPE_PIPE_BUFFER_SIZE, "Exit code 0x%x", code);
break;
}
}