Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
antimicro
antimicro-gcc11-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File antimicro-gcc11-fix.patch of Package antimicro
diff -Pdpru antimicro-2.23.orig/src/mainwindow.cpp antimicro-2.23/src/mainwindow.cpp --- antimicro-2.23.orig/src/mainwindow.cpp 2016-11-06 04:23:03.000000000 +0300 +++ antimicro-2.23/src/mainwindow.cpp 2021-06-05 03:51:51.830675677 +0300 @@ -364,7 +364,7 @@ void MainWindow::makeJoystickTabs() ui->tabWidget->addTab(tabwidget, joytabName); } - if (joysticks > 0) + if (joysticks != nullptr) { ui->tabWidget->setCurrentIndex(0); ui->stackedWidget->setCurrentIndex(1);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor