diff options
Diffstat (limited to '')
-rw-r--r-- | adbbu/libtwadbbu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adbbu/libtwadbbu.cpp b/adbbu/libtwadbbu.cpp index 64e688c37..39803b0ce 100644 --- a/adbbu/libtwadbbu.cpp +++ b/adbbu/libtwadbbu.cpp @@ -75,7 +75,7 @@ std::vector<std::string> twadbbu::Get_ADB_Backup_Files(std::string fname) { return std::vector<std::string>(); } - while (1) { + while (true) { std::string cmdstr; int readbytes; if ((readbytes = read(fd, &buf, sizeof(buf))) > 0) { |