Commit a64c1c5
committed
Refactor dt_util_dstrcat to dt_util_str_cat
`gchar *dt_util_dstrcat(gchar *str, const gchar *format, ...)`
has been changed to
`void dt_util_str_cat(gchar **str, const gchar *format, ...)`
As the resulting string replaces str in most cases the code is more dense and clear.
Originally implemented by @dterrahe
Minor formatting and checked.1 parent 40f497b commit a64c1c5
File tree
37 files changed
+272
-277
lines changed- src
- common
- control/jobs
- develop
- dtgtk
- gui
- libs
- filters
- views
37 files changed
+272
-277
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
257 | | - | |
| 255 | + | |
| 256 | + | |
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
261 | | - | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
382 | 381 | | |
383 | 382 | | |
384 | 383 | | |
385 | | - | |
| 384 | + | |
386 | 385 | | |
387 | 386 | | |
388 | 387 | | |
| |||
0 commit comments