Compare commits

..

1 Commits

Author SHA1 Message Date
Rikus Wessels 21caa0a890
Merge c24730dcb6 into 6b46063eee 2025-07-15 14:10:26 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ int main(int argc, char **argv)
break;
}
if (sscanf(buf, "(%llu.%llu) %s %s", &sec, &usec, device, afrbuf) != 4) {
if (sscanf(buf, "(%llu.%llu) %21s %6299s", &sec, &usec, device, afrbuf) != 4) {
fprintf(stderr, "incorrect line format in logfile\n");
return 1;
}