Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
KDiff3
Commits
8009237e
Commit
8009237e
authored
Oct 23, 2013
by
Joachim Eibl
Committed by
Michael Reeves
Jan 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Write --confighelp information to stdout instead of stderr.
Signed-off-by:
joachim99
<
joachim.eibl@gmx.de
>
parent
88ed3eb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/kdiff3.cpp
src/kdiff3.cpp
+2
-2
No files found.
src/kdiff3.cpp
View file @
8009237e
...
@@ -181,8 +181,8 @@ KDiff3App::KDiff3App( QWidget* pParent, const char* /*name*/, KDiff3Part* pKDiff
...
@@ -181,8 +181,8 @@ KDiff3App::KDiff3App( QWidget* pParent, const char* /*name*/, KDiff3Part* pKDiff
pDialog
->
exec
();
pDialog
->
exec
();
#if !defined(_WIN32) && !defined(Q_OS_OS2)
#if !defined(_WIN32) && !defined(Q_OS_OS2)
// A windows program has no console
// A windows program has no console
fprintf
(
stderr
,
"%s
\n
"
,
title
.
toLatin1
().
constData
()
);
fprintf
(
"%s
\n
"
,
title
.
toLatin1
().
constData
()
);
fprintf
(
stderr
,
"%s
\n
"
,
s
.
toLatin1
().
constData
()
);
fprintf
(
"%s
\n
"
,
s
.
toLatin1
().
constData
()
);
#endif
#endif
exit
(
1
);
exit
(
1
);
}
}
...
...
Write
Preview
Markdown
is supported
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