Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
python3-libmount.28823
blockdev-remove-nbsp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File blockdev-remove-nbsp.patch of Package python3-libmount.28823
From c4a543ff6c9c81209047a78bac47f5aec2e541ef Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler <zeha@debian.org> Date: Mon, 18 Oct 2021 07:40:01 +0000 Subject: [PATCH] blockdev: remove accidental non-breaking spaces commit 9147d2ad8abb73cea5799323fc73ccdaf675826f introduced these C2A0 spaces, but without saying anything. Likely this was an accident. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996751 Signed-off-by: Chris Hofstaedtler <zeha@debian.org> --- disk-utils/blockdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-utils/blockdev.c b/disk-utils/blockdev.c index c16cb1095..6721560f6 100644 --- a/disk-utils/blockdev.c +++ b/disk-utils/blockdev.c @@ -491,7 +491,7 @@ static void report_device(char *device, int quiet) ioctl(fd, BLKSSZGET, &ssz) == 0 && ioctl(fd, BLKBSZGET, &bsz) == 0 && blkdev_get_size(fd, &bytes) == 0) { - printf("%s %5ld %5d %5d %s %15lld %s\n", + printf("%s %5ld %5d %5d %s %15lld %s\n", ro ? "ro" : "rw", ra, ssz, bsz, start_str, bytes, device); } else { if (!quiet) -- 2.34.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