Fix plugin group socket name generation

I'm pretty sure you're supposed to be able to format `size_t` values,
why does this break the stringstream?
This commit is contained in:
Robbert van der Helm
2020-06-05 22:56:52 +02:00
parent 33777d2876
commit 3aab2e9727
2 changed files with 10 additions and 1 deletions
+7
View File
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed plugin group socket name generation. This prevented plugin groups with
the same name from being used simultaneously in multiple Wine prefixes.
## [1.2.0] - 2020-05-29
### Added