Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
1d0c2f15
Commit
1d0c2f15
authored
May 06, 2012
by
Alejandro Mery
Browse files
fex2bin: add warning about it's unfunctional state
parent
e72443c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
fex2bin.c
View file @
1d0c2f15
...
...
@@ -152,6 +152,8 @@ int main(int argc, char *argv[])
const
char
*
fn
[]
=
{
"stdin"
,
"stdout"
};
struct
script
*
script
;
errf
(
"WARNING: this tool is still not functional, sorry
\n
"
);
if
(
argc
>
1
)
{
if
(
strcmp
(
argv
[
1
],
"-"
)
==
0
)
;
/* we are using stdin anyway */
...
...
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