Loading logcat/tests/logcat_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ TEST(logcat, logrotate) { char c; if ((2 == sscanf(buffer, "%d log.tx%c", &num, &c)) && (num <= 24)) { (num <= 40)) { ++count; } else if (strncmp(buffer, total, sizeof(total) - 1)) { fprintf(stderr, "WARNING: Parse error: %s", buffer); Loading Loading
logcat/tests/logcat_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ TEST(logcat, logrotate) { char c; if ((2 == sscanf(buffer, "%d log.tx%c", &num, &c)) && (num <= 24)) { (num <= 40)) { ++count; } else if (strncmp(buffer, total, sizeof(total) - 1)) { fprintf(stderr, "WARNING: Parse error: %s", buffer); Loading