Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Lachu:SystemServices
Lachu-PackageKit
0038-Repair-bug-with-field-type-problem-which-c...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0038-Repair-bug-with-field-type-problem-which-could-possi.patch of Package Lachu-PackageKit
From da85cee06a46bea83bb1455c120f3f6f608bad06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= <slawek@lach.art.pl> Date: Fri, 16 Jul 2021 16:36:55 +0200 Subject: [PATCH 38/46] - Repair bug with field type problem, which could possible causes bad logical arithmetic problems --- src/pk-backend-job.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pk-backend-job.h b/src/pk-backend-job.h index c8855c42e..9ea18251e 100644 --- a/src/pk-backend-job.h +++ b/src/pk-backend-job.h @@ -70,9 +70,9 @@ typedef struct char *sender; void *private_data; - char done:1; + unsigned char done:1; void *helper; - char started:1; + unsigned char started:1; } PkBackendJob; typedef struct -- 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