runner: bump ident of load path msg
This commit is contained in:
parent
6fd4cd0ecd
commit
4aa9e9d7b9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ pub const Runner = struct {
|
||||||
|
|
||||||
fn loadCmd(self: *Runner, path_or_argidx: []const u8) !void {
|
fn loadCmd(self: *Runner, path_or_argidx: []const u8) !void {
|
||||||
var load_path = try self.resolveArgPath(path_or_argidx);
|
var load_path = try self.resolveArgPath(path_or_argidx);
|
||||||
std.debug.warn("load path: {}\n", load_path);
|
std.debug.warn("\tload path: {}\n", load_path);
|
||||||
|
|
||||||
// we could use ImageMagick to convert from X to BMP
|
// we could use ImageMagick to convert from X to BMP
|
||||||
// but i can't find an easy way to do things in memory.
|
// but i can't find an easy way to do things in memory.
|
||||||
|
|
Loading…
Reference in a new issue