mirror of
https://github.com/containers/podman.git
synced 2025-12-12 17:57:31 +08:00
update c/{buildah,common,image,storage} to latest main
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/storage/pkg/chunked/dump/dump.go
generated
vendored
2
vendor/github.com/containers/storage/pkg/chunked/dump/dump.go
generated
vendored
@@ -52,7 +52,7 @@ func escaped(val string, escape int) string {
|
||||
if noescapeSpace {
|
||||
hexEscape = !unicode.IsPrint(rune(c))
|
||||
} else {
|
||||
hexEscape = !unicode.IsGraphic(rune(c))
|
||||
hexEscape = !unicode.IsPrint(rune(c)) || unicode.IsSpace(rune(c))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user