- work around bug in gcc-3.4.x on ARM

This commit is contained in:
Bernhard Reutner-Fischer 2006-05-26 14:05:48 +00:00
parent 8379053b11
commit 08421e1d0c

View File

@ -351,7 +351,7 @@ static int singlemount(struct mntent *mp)
// If mount failed, clean up loop file (if any).
if (rc && loopFile) {
if (ENABLE_FEATURE_MOUNT_LOOP && rc && loopFile) {
del_loop(mp->mnt_fsname);
if (ENABLE_FEATURE_CLEAN_UP) {
free(loopFile);