Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b57f8f2 authored by Devin Kim's avatar Devin Kim Committed by Android Git Automerger
Browse files

am 6016d08b: recovery: fix failure to unmount "/cache"

* commit '6016d08b':
  recovery: fix failure to unmount "/cache"
parents 2c3d1d83 6016d08b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -798,6 +798,7 @@ load_locale_from_cache() {
        }
        }
        buffer[j] = 0;
        buffer[j] = 0;
        locale = strdup(buffer);
        locale = strdup(buffer);
        check_and_fclose(fp, LOCALE_FILE);
    }
    }
}
}