commit | 64b68178489b6845bcf460e9c6e618cb81740faf | [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 | 2f15cfd187f1cf7a0606a1ec3e637954311a735a [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>