mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-26 19:09:06 +00:00
Merge branch 'upstream-KWSys' into ctest-stray-newline
# By KWSys Upstream * upstream-KWSys: KWSys 2025-08-08 (2c189f30)
This commit is contained in:
commit
48bb5a4e1c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user