wrlib: removed macro RETRY that does not does what is expected (Coverity #50160)
commit6623c27f4e2d56ccf853fade663af7047e7224f1
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 14 Jun 2014 17:34:01 +0000 (14 19:34 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 15 Jun 2014 18:45:20 +0000 (15 19:45 +0100)
tree9e0d910f955915c6d7d0747c594e3fea20124329
parent6505b2f81c8b7ea004dd0f24167f5ce3c9b641f3
wrlib: removed macro RETRY that does not does what is expected (Coverity #50160)

As pointed by Coverity, the behaviour of fopen/fread/fclose in case of
error is not really what the macro RETRY assumes. So the macro is removed
and appropriate action is implemented.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
wrlib/load.c