Removed useless C_list.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5304 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
71ce7cb69a
commit
314a5fc85e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ open Swig
|
|||
open Example
|
||||
|
||||
let y = "\205\177"
|
||||
let z = _to_wstring_with_locale (C_list [ C_string y ; C_string Sys.argv.(1) ])
|
||||
let z = _to_wstring_with_locale '((y to string),(Sys.argv.(1) to string))
|
||||
|
||||
let _ =
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue