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

Commit 57389845 authored by Gaelle Nassiet's avatar Gaelle Nassiet Committed by android-build-merger
Browse files

Merge \\\"Fix root_filesystem_config.txt generation\\\" am: 461a3283 am: f464d8e7

am: 32aba085

Change-Id: Ic2a6ea0ced46acabcb2d0410ba0925fbe8075d21
parents 218469ec 32aba085
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -105,6 +105,9 @@ int main(int argc, char** argv) {
      switch (buffer[i]) {
        case '\n':
          buffer[i-is_dir] = '\0';
          if (i == 0) {
            is_dir = 1; // empty line is considered as root directory
          }
          i = 1025;
          break;
        case '/':