core icon indicating copy to clipboard operation
core copied to clipboard

Adjusted package_method to allow package names with whitespace in the middle

Open craigcomstock opened this issue 8 months ago • 4 comments

On Windows with winget package names often have spaces.

The previous implementation used sscanf to grab the first space-delimited token as the name.

This change uses libntech string_lib TrimWhitespace() to only remove leading and trailing whitespace.

Ticket: CFE-4397 Changelog: title

craigcomstock avatar May 29 '24 15:05 craigcomstock