Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
1871664e
Commit
1871664e
authored
Oct 13, 2009
by
Oswald Buddenhagen
Browse files
fix message
parent
a2cc8419
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/process_stub_unix.c
View file @
1871664e
...
...
@@ -153,7 +153,7 @@ int main(int argc, char *argv[])
fcntl
(
chldPipe
[
1
],
F_SETFD
,
FD_CLOEXEC
);
switch
((
chldPid
=
fork
()))
{
case
-
1
:
perror
(
"Cannot fork child process
failed
"
);
perror
(
"Cannot fork child process"
);
doExit
(
3
);
case
0
:
close
(
qtcFd
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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