X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.cpp;h=5b53d58f0f41c6f7eb143f2371d27733b0da4623;hb=eacc9e44fb6c07405ca07080deaa23bb89c99b00;hp=3b29d729b1f42f8cc2df9161ac2c2524efd0c2c1;hpb=3f7cd86babde664f9395477bb02de95d4c42d8f8;p=pkanalytics diff --git a/mainwindow.cpp b/mainwindow.cpp index 3b29d72..5b53d58 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -488,7 +488,7 @@ void MainWindow::update_status(uint64_t t) snprintf(buf, sizeof(buf), "%d–%d | %s | %d passes, %d sec possession", s.our_score, s.their_score, formation.c_str(), s.num_passes, s.possession_sec); if (s.stoppage_sec > 0) { - char buf2[256]; + char buf2[512]; snprintf(buf2, sizeof(buf2), "%s (plus %d sec stoppage)", buf, s.stoppage_sec); ui->status->setText(buf2); } else {