mirror of https://github.com/fairyglade/ly.git
remove useless comment
This commit is contained in:
parent
c9addee9ed
commit
5a4c056f37
|
|
@ -319,7 +319,7 @@ fn createXauthFile(pwd: [:0]const u8) ![:0]const u8 {
|
||||||
|
|
||||||
var buf: [256]u8 = undefined;
|
var buf: [256]u8 = undefined;
|
||||||
const xauthority: [:0]u8 = try std.fmt.bufPrintZ(&buf, "{s}/{s}", .{ trimmed_xauth_dir, xauth_file });
|
const xauthority: [:0]u8 = try std.fmt.bufPrintZ(&buf, "{s}/{s}", .{ trimmed_xauth_dir, xauth_file });
|
||||||
const file = try std.fs.createFileAbsoluteZ(xauthority, .{}); // FileNotFound
|
const file = try std.fs.createFileAbsoluteZ(xauthority, .{});
|
||||||
file.close();
|
file.close();
|
||||||
|
|
||||||
return xauthority;
|
return xauthority;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue