Skip to content

Add newlines to pkg info printing#846

Merged
mnadareski merged 2 commits intoSabreTools:masterfrom
Deterous:master
May 16, 2025
Merged

Add newlines to pkg info printing#846
mnadareski merged 2 commits intoSabreTools:masterfrom
Deterous:master

Conversation

@Deterous
Copy link
Member

Fixes two pkgs printing on the same line
http://forum.redump.org/post/126658/


if (appPkgHeader != null)
pkgInfo += $"{appPkgHeader.ContentID}";
pkgInfo += $"{appPkgHeader.ContentID}" + Environment.NewLine;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move over to StringBuilder instead of this at some point.

@mnadareski mnadareski merged commit 79cce37 into SabreTools:master May 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants