mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
common/buf: rename buf->buf to buf->data
This commit is contained in:
parent
fccc6a2922
commit
a8f98cb90b
10 changed files with 33 additions and 33 deletions
|
|
@ -112,7 +112,7 @@ find_dir(struct ctx *ctx)
|
|||
* .default_prefix in the same way.
|
||||
*/
|
||||
gchar * *prefixes;
|
||||
prefixes = g_strsplit(prefix.buf, ":", -1);
|
||||
prefixes = g_strsplit(prefix.data, ":", -1);
|
||||
for (gchar * *p = prefixes; *p; p++) {
|
||||
ctx->build_path_fn(ctx, *p, d.path);
|
||||
if (debug) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue