Accepting request 1143268 from home:ngueorguiev:branches:Base:System

- Updated read_values.c (bsc#1219227)

OBS-URL: https://build.opensuse.org/request/show/1143268
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=190
This commit is contained in:
Nikolay Gueorguiev 2024-02-01 09:52:13 +00:00 committed by Git OBS Bridge
parent c3329ac036
commit 548f90083d
2 changed files with 6 additions and 3 deletions

View File

@ -424,10 +424,8 @@ int print_uuid()
return 1;
}
printf("-%s", result_string);
result_string = NULL;
}
printf("%s\n", result_string);
putchar('\n');
return 0;
} /* print_uuid */

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 1 08:31:08 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Updated read_values.c (bsc#1219227)
-------------------------------------------------------------------
Wed Jan 24 14:27:00 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>