[uim-commit] r2156 - in trunk: . uim

omote at freedesktop.org omote at freedesktop.org
Fri Nov 18 15:40:09 PST 2005


Author: omote
Date: 2005-11-18 15:40:05 -0800 (Fri, 18 Nov 2005)
New Revision: 2156

Modified:
   trunk/
   trunk/uim/skk.c
Log:
 r2176 at minamo:  omote | 2005-11-19 08:26:59 +0900
 * uim/skk.c: Oops, hostaddr.sin_addr is correct, not hostaddr.sin_addr.s_addr.



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 2f05256a-0800-0410-85e3-84fe06922419:/local/uim/trunk:2175
   + 2f05256a-0800-0410-85e3-84fe06922419:/local/uim/trunk:2176

Modified: trunk/uim/skk.c
===================================================================
--- trunk/uim/skk.c	2005-11-18 23:39:50 UTC (rev 2155)
+++ trunk/uim/skk.c	2005-11-18 23:40:05 UTC (rev 2156)
@@ -3320,7 +3320,7 @@
     return 0;
 #endif
   }
-  if (!inet_aton(hostname, (struct in_addr *)&hostaddr.sin_addr.s_addr)) {
+  if (!inet_aton(hostname, (struct in_addr *)&hostaddr.sin_addr)) {
     if ((entry = gethostbyname(hostname)) == NULL) {
       return 0;
     }



More information about the uim-commit mailing list