Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KDiff3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
pDialog
->
exec
();
#if !defined(_WIN32) && !defined(Q_OS_OS2)
// A windows program has no console
fprintf
(
stderr
,
"%s
\n
"
,
title
.
toLatin1
().
constData
()
);
fprintf
(
stderr
,
"%s
\n
"
,
s
.
toLatin1
().
constData
()
);
fprintf
(
"%s
\n
"
,
title
.
toLatin1
().
constData
()
);
fprintf
(
"%s
\n
"
,
s
.
toLatin1
().
constData
()
);
#endif
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