Package: egg
Version: 4.0.6+0.20041122cvs-11.1
Severity: normal

Hi,

I have just find that wnnrpc-open() fails opening the session to Wnn7
Jserver which is installed into chrooted IA32 environment on AMD64
system.  Could you apply the attached patch that resolves this problem?

Regards,

-- 
TSUCHIYA Masatoshi
--- egg-4.0.6+0.20041122cvs/egg/wnnrpc.el~	2008-10-11 00:32:44.000000000 +0900
+++ egg-4.0.6+0.20041122cvs/egg/wnnrpc.el	2008-10-11 00:33:34.000000000 +0900
@@ -736,9 +736,9 @@
 		     (wnn7 . ,(wnn-const JLIB_VERSION_WNN7))
 		     (wnn6 . ,(wnn-const JLIB_VERSION_WNN6))
 		     (wnn4 . ,(wnn-const JLIB_VERSION))))
-	(result (- (wnn-const WNN_BAD_VERSION)))
+	(result 1)
 	type version)
-    (while (and type-list (= result (- (wnn-const WNN_BAD_VERSION))))
+    (while (and type-list (not (zerop result)))
       (setq type (caar type-list)
 	    version (cdar type-list)
 	    type-list (cdr type-list)

Reply via email to