The latest update breaks builds with --enable-Werror, as it uses a C++
style comment.

This patch fixes it.

Committed with this ChangeLog:

2006-07-12  Mario Torre  <[EMAIL PROTECTED]>

        * native/jni/gconf-peer/GConfNativePeer.c

(Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1get_1string):
        Fixed C++ style comment.


Ciao,
Mario

-- 
Lima Software, SO.PR.IND. s.r.l.
http://www.limasoftware.net/
pgp key: http://subkeys.pgp.net/

Please, support open standards:
http://opendocumentfellowship.org/petition/
http://www.nosoftwarepatents.com/
### Eclipse Workspace Patch 1.0
#P classpath
Index: native/jni/gconf-peer/GConfNativePeer.c
===================================================================
RCS file: /sources/classpath/classpath/native/jni/gconf-peer/GConfNativePeer.c,v
retrieving revision 1.4
diff -u -r1.4 GConfNativePeer.c
--- native/jni/gconf-peer/GConfNativePeer.c	11 Jul 2006 22:28:38 -0000	1.4
+++ native/jni/gconf-peer/GConfNativePeer.c	12 Jul 2006 14:52:28 -0000
@@ -365,8 +365,8 @@
       return NULL;
     }
 
-  // Even if Gconf reported no error it is possible that NULL was returned and
-  // it should be prevented to create a Java string from that value.
+  /* Even if Gconf reported no error it is possible that NULL was returned */
+  /* and it should be prevented to create a Java string from that value. */
   if (_value != NULL)
     {
       result = (*env)->NewStringUTF (env, _value);

Attachment: signature.asc
Description: Questa รจ una parte del messaggio firmata digitalmente

Reply via email to