r859617 | kou | 2006-05-08 01:30:12 +0000 (Mon, 08 May 2006)
Fix the convert bug which is caused when converted target is NULL.
Found by: Warren Konkel <wkonkel@gmail.com>
* subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c
(svn_swig_rb_info_receiver,
svn_swig_rb_config_enumerator,
svn_swig_rb_config_section_enumerator,
svn_swig_rb_auth_simple_prompt_func,
svn_swig_rb_auth_username_prompt_func,
svn_swig_rb_auth_ssl_server_trust_prompt_func,
svn_swig_rb_auth_ssl_client_cert_prompt_func,
svn_swig_rb_auth_ssl_client_cert_pw_prompt_func,
svn_swig_rb_wc_status_func,
svn_swig_rb_client_blame_receiver_func): Use c2r_string2() instead
of rb_str_new2().