Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Lachu:SystemServices
Lachu-PackageKit
0010-Repair-resolution-handling-problem-causes-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0010-Repair-resolution-handling-problem-causes-there-was-.patch of Package Lachu-PackageKit
From 7510767b46dfe1def4e2623cb79f915bbfc19e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= <slawek@lach.art.pl> Date: Wed, 30 Sep 2020 17:01:09 +0200 Subject: [PATCH 10/46] - Repair resolution handling problem causes there was increment of solution number --- backends/zypp/pk-backend-zypp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/zypp/pk-backend-zypp.cpp b/backends/zypp/pk-backend-zypp.cpp index 50247bd9b..30ef8a86f 100644 --- a/backends/zypp/pk-backend-zypp.cpp +++ b/backends/zypp/pk-backend-zypp.cpp @@ -1743,7 +1743,7 @@ static void message_proc(const char *msg__, intptr_t usr_p) while ('\0' != *curr && '=' != *curr) ++curr; *curr = '\0'; solution_number = atoi(prev3); - ++solution_number; + //++solution_number; ProblemSolutionList::const_iterator it2; ResolverProblemList::iterator it = helper->problems.begin(); -- 2.32.0
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