Skip to content

Commit

Permalink
Cosmetic change to binary origin image when unavailable (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo authored Sep 13, 2023
1 parent 5641f84 commit be16d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/alire/alire-origins.adb
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,8 @@ package body Alire.Origins is
Source_Image (This.Data.Src_Archive)
elsif This.Data.Bin_Archive.Is_Value then
Binary_Image (This.Data.Bin_Archive.As_Data)
elsif This.Data.Bin_Archive.Is_Empty then
"(unavailable on current platform)"
else
This.Data.Bin_Archive.Image_One_Line),
when System =>
Expand Down

0 comments on commit be16d2c

Please sign in to comment.