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

Commit 2efbf02a authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 1fb58d7b: am 5ac8b917: Merge "Bump do_write buffer size"

* commit '1fb58d7b':
  Bump do_write buffer size
parents d933fc0c 1fb58d7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -717,7 +717,7 @@ int do_write(int nargs, char **args)
    const char *path = args[1];
    const char *value = args[2];

    char expanded_value[PROP_VALUE_MAX];
    char expanded_value[256];
    if (expand_props(expanded_value, value, sizeof(expanded_value))) {
        ERROR("cannot expand '%s' while writing to '%s'\n", value, path);
        return -EINVAL;