mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-21 13:04:20 +02:00
more res/config.ini stuff
This commit is contained in:
parent
a3728e3bb1
commit
45db4ff02c
2 changed files with 37 additions and 31 deletions
|
|
@ -1773,7 +1773,7 @@ fn updateCustomInfo(lbl: *Label, ptr: *anyopaque) !void {
|
|||
else if (stdout.items.len == 0)
|
||||
try stdout.print(state.allocator, "{s}: [No output{s}]", .{
|
||||
i.info.name,
|
||||
if (stderr.items.len > 0) ". Check command" else ""
|
||||
if (stderr.items.len > 0) ": Possible Error" else ""
|
||||
});
|
||||
state.allocator.free(lbl.text);
|
||||
lbl.text = try state.allocator.dupe(u8, stdout.items);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue