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:
435a620
)
E17: fix typo
author
Vincent Torri
<vincent.torri@gmail.com>
Sat, 21 Jul 2012 18:02:07 +0000
(18:02 +0000)
committer
Vincent Torri
<vincent.torri@gmail.com>
Sat, 21 Jul 2012 18:02:07 +0000
(18:02 +0000)
Patch by Maxime Villard
SVN revision: 74281
src/bin/e_fm_op.c
patch
|
blob
|
history
diff --git
a/src/bin/e_fm_op.c
b/src/bin/e_fm_op.c
index
8669879
..
64b3c1f
100644
(file)
--- a/
src/bin/e_fm_op.c
+++ b/
src/bin/e_fm_op.c
@@
-1280,7
+1280,7
@@
_e_fm_op_copy_chunk(E_Fm_Op_Task *task)
fclose(data->from);
fclose(data->to);
- data->
from
= NULL;
+ data->
to
= NULL;
data->from = NULL;
_e_fm_op_copy_stat_info(task);