mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Improve log messages for reading config+theme
This commit is contained in:
parent
35015e57c6
commit
4a89fbfb22
4 changed files with 26 additions and 18 deletions
|
|
@ -103,8 +103,7 @@ char *find_dir(struct ctx *ctx)
|
|||
}
|
||||
}
|
||||
/* no directory was found */
|
||||
ctx->buf[0] = '.';
|
||||
ctx->buf[1] = '\0';
|
||||
ctx->buf[0] = '\0';
|
||||
return ctx->buf;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue