[前][次][番号順一覧][スレッド一覧]

ruby-changes:4095

From: ko1@a...
Date: Sat, 23 Feb 2008 21:37:15 +0900 (JST)
Subject: [ruby-changes:4095] usa - Ruby:r15585 (trunk): * ext/win32ole/win32ole.c (ole_init_cp): should return value.

usa	2008-02-23 21:36:51 +0900 (Sat, 23 Feb 2008)

  New Revision: 15585

  Modified files:
    trunk/ChangeLog
    trunk/ext/win32ole/win32ole.c

  Log:
    * ext/win32ole/win32ole.c (ole_init_cp): should return value.
    


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15585&r2=15584&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/win32ole/win32ole.c?r1=15585&r2=15584&diff_format=u

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 15584)
+++ ChangeLog	(revision 15585)
@@ -1,3 +1,7 @@
+Sat Feb 23 21:36:13 2008  NAKAMURA Usaku  <usa@r...>
+
+	* ext/win32ole/win32ole.c (ole_init_cp): should return value.
+
 Sat Feb 23 20:16:05 2008  NARUSE, Yui  <naruse@r...>
 
 	* string.c (str_sublen): removed.
Index: ext/win32ole/win32ole.c
===================================================================
--- ext/win32ole/win32ole.c	(revision 15584)
+++ ext/win32ole/win32ole.c	(revision 15585)
@@ -848,6 +848,7 @@
     if (code_page_installed(cp)) {
         cWIN32OLE_cp = cp;
     }
+    return cp;
 }
 
 struct myCPINFOEX {

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]