URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8604242e8f84a2526bca13e9c8571f3b5fc2e766
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8604242 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Avoid divide-by-zero if missing AUTHORS file
When debugging with at least Xcode the AUTHORS file is missing,
so ensure we don't divide by zero when this happens.
Change-Id: Idd7cdf8137998c872f80108662fbb8a133110af2
Reviewed-on: https://code.wireshark.org/review/25567
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 819b817 cli: use SPDX identifiers.
adds 8604242 Qt: Avoid divide-by-zero if missing AUTHORS file
Summary of changes:
ui/qt/about_dialog.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)