projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939a19e
)
stderr was not meant to be an arg here
author
Mike Blumenkrantz
<michael.blumenkrantz@gmail.com>
Mon, 18 Jun 2012 09:20:21 +0000
(09:20 +0000)
committer
Mike Blumenkrantz
<michael.blumenkrantz@gmail.com>
Mon, 18 Jun 2012 09:20:21 +0000
(09:20 +0000)
SVN revision: 72376
src/bin/e_fm.c
patch
|
blob
|
history
diff --git
a/src/bin/e_fm.c
b/src/bin/e_fm.c
index
2568d3a
..
c30b1fd
100644
(file)
--- a/
src/bin/e_fm.c
+++ b/
src/bin/e_fm.c
@@
-2573,7
+2573,7
@@
_e_fm2_client_file_symlink(const char *path, const char *dest, const char *rel,
args = _e_fm_string_append_char(args, &size, &length, ' ');
args = _e_fm_string_append_quoted(args, &size, &length, dest);
- WRN("using new E_FM_OP_SYMLINK, remove deprecated ASAP"
, stderr
);
+ WRN("using new E_FM_OP_SYMLINK, remove deprecated ASAP");
r = _e_fm_client_file_symlink(args, e_fm);
free(args);
return r;