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

Commit 46679c1d authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 8d35442b: Merge "fix windows build"

* commit '8d35442b':
  fix windows build
parents d9714d34 8d35442b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -551,7 +551,7 @@ int adb_sideload_host(const char* fn) {
    opt = setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const void *) &opt, sizeof(opt));

    int last_percent = -1;
    while (true) {
    for (;;) {
        if (readx(fd, buf, 8)) {
            fprintf(stderr, "* failed to read command: %s\n", adb_error());
            status = -1;