-
step- authored
To illustrate the issue before and after this fix: # /usr/bin/yad --list --print-all --column=A a '' c a| (null)| c| # ./src/yad --list --print-all --column=A a '' c a| | c| The empty string '' in the second row results in a NULL C pointer, which g_printf prints as "(null)". The fix consists of passing the empty string "" to g_printf when the pointer is NULL.
6172f375
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile.am | ||
about.c | ||
browser.c | ||
calendar.c | ||
calendar.xpm | ||
color.c | ||
dnd.c | ||
entry.c | ||
file.c | ||
font.c | ||
form.c | ||
html.c | ||
icons.c | ||
list.c | ||
main.c | ||
multi-progress.c | ||
notebook.c | ||
notification.c | ||
option.c | ||
paned.c | ||
picture.c | ||
print.c | ||
progress.c | ||
scale.c | ||
text.c | ||
util.c | ||
yad.h |