Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0e85f54d
Commit
0e85f54d
authored
May 07, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
May 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-l/-L were not renamed to -t/-T in the usage messages.
parent
130289a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
wrc.c
tools/wrc/wrc.c
+5
-5
No files found.
tools/wrc/wrc.c
View file @
0e85f54d
...
...
@@ -314,7 +314,7 @@ int main(int argc,char *argv[])
byteorder
=
WRC_BO_BIG
;
break
;
default:
fprintf
(
stderr
,
"Byteordering must be n[ative], l[ittle] or b[ig]
\n
"
);
fprintf
(
stderr
,
"Byte
ordering must be n[ative], l[ittle] or b[ig]
\n
"
);
lose
++
;
}
break
;
...
...
@@ -444,13 +444,13 @@ int main(int argc,char *argv[])
if
(
indirect
)
{
warning
(
"Option -
l
ignored with compile to .res
\n
"
);
warning
(
"Option -
t
ignored with compile to .res
\n
"
);
indirect
=
0
;
}
if
(
indirect_only
)
{
warning
(
"Option -
L
ignored with compile to .res
\n
"
);
warning
(
"Option -
T
ignored with compile to .res
\n
"
);
indirect_only
=
0
;
}
...
...
@@ -493,13 +493,13 @@ int main(int argc,char *argv[])
if
(
indirect
)
{
warning
(
"Option -
l
ignored with preprocess only
\n
"
);
warning
(
"Option -
t
ignored with preprocess only
\n
"
);
indirect
=
0
;
}
if
(
indirect_only
)
{
error
(
"Option -E and -
L
cannot be used together
\n
"
);
error
(
"Option -E and -
T
cannot be used together
\n
"
);
}
if
(
global
)
...
...
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