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

Commit 461a3283 authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "Fix root_filesystem_config.txt generation"

parents b8bd19db aa8f2f65
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 '/':