Commit 4ed6b219c47e1dc341f50f485a9348005a087e40
1 parent
4a8a6e5e
Exists in
master
and in
5 other branches
Updating package
Fixing "sentinel" error
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
rpm/pw3270.spec
src/pw3270/common/config.c
... | ... | @@ -636,7 +636,7 @@ gchar * filename_from_va(const gchar *first_element, va_list args) |
636 | 636 | |
637 | 637 | trace("Can't find \"%s\"",suffix); |
638 | 638 | |
639 | - return g_build_filename(".",suffix); | |
639 | + return g_build_filename(".",suffix,NULL); | |
640 | 640 | } |
641 | 641 | |
642 | 642 | #ifdef HAVE_WIN_REGISTRY | ... | ... |