mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix compiler warnings introduced by the guile 2 patches
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22680 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ba9b85a260
commit
5ff9e099e9
@ -17,6 +17,7 @@ typedef void * gpointer;
|
||||
typedef char gchar;
|
||||
|
||||
%typemap (out) char * {
|
||||
$result = SCM_UNSPECIFIED;
|
||||
if ($1) {
|
||||
$result = scm_from_locale_string((const char *)$1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user