Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
5ffb75bc
Commit
5ffb75bc
authored
Aug 05, 2003
by
Brad King
Browse files
BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer.
parent
75ce40f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/kwsys/ProcessUNIX.c
View file @
5ffb75bc
...
...
@@ -263,7 +263,7 @@ const char* kwsysProcess_GetErrorString(kwsysProcess* cp)
{
if
(
cp
->
State
==
kwsysProcess_State_Error
)
{
return
cp
->
PipeBuffer
;
return
cp
->
ErrorMessage
;
}
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment