E17:
authorVincent Torri <vincent.torri@gmail.com>
Thu, 25 Oct 2012 17:43:52 +0000 (17:43 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Thu, 25 Oct 2012 17:43:52 +0000 (17:43 +0000)
commita0bf30b75cb1707a067ee4394a5cd76443d169e1
tree2059d1faccf8eb65442abf76ae0c8b8fc8a59e90
parent8ba9451fab11c5ce46e95b791978c6c384345b1c
E17:

I. Simplification, andif we cannot stat(), the best
thing to do is toswitch to a copy-delete operation.

II.Just stuff...

III. There is a problem with _e_fm_op_random_char().
When wewant to randomize a string we do srand(time())
foreachcharacter, so if the file is small enough
to be deleted inless than a second, it's not randomized.
And even if it's bigger, it's not goodly randomized.Sorry.

Patch by Maxime Villard rustyBSD

SVN revision: 78469
src/bin/e_fm_op.c