mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
common/buf: rename buf->buf to buf->data
This commit is contained in:
parent
93cd70d0c7
commit
a5667cacf4
10 changed files with 33 additions and 33 deletions
|
|
@ -53,7 +53,7 @@ process_line(char *line)
|
|||
buf_add(&value, string_strip(++p));
|
||||
buf_expand_shell_variables(&value);
|
||||
buf_expand_tilde(&value);
|
||||
setenv(key, value.buf, 1);
|
||||
setenv(key, value.data, 1);
|
||||
buf_reset(&value);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue