mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Merge branch 'upstream-KWSys' into ctest-stray-newline
# By KWSys Upstream * upstream-KWSys: KWSys 2025-08-08 (2c189f30)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user