commit | 4a2e69cf2a0ab9bb106d03c2f62f1f156e8fb87b | [log] [tgz] |
---|---|---|
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | Thu Dec 02 15:02:35 2010 +0100 |
committer | Stefan Roese <sr@denx.de> | Fri Dec 03 18:24:04 2010 +0100 |
tree | 729b9a41196c6d1978d8007a532e37739e78239a | |
parent | 408c6c4a6a1d2d6264cde8d45b47a1e6d7c19c1d [diff] |
ubifs.c: BUG: Error following links The link_name variable is declared inside the if block and it is used outside it through the name pointer. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>