Update of /cvsroot/monetdb/clients/src/php/Cimpl
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12613/Cimpl

Modified Files:
      Tag: Clients_1-18
        php_monetdb.c 
Log Message:
Fix gcc-4.2.0 warning:
warning: missing " character


Index: php_monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/clients/src/php/Cimpl/php_monetdb.c,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- php_monetdb.c       28 Mar 2007 19:54:23 -0000      1.5
+++ php_monetdb.c       7 Jun 2007 10:55:33 -0000       1.5.2.1
@@ -3573,7 +3573,7 @@
                        case PG_PATH:
                        case PG_POLYGON:
                        case PG_CIRCLE:
-                               php_error_docref(NULL TSRMLS_CC, E_NOTICE, 
MonetDB/SQL '%s' type (%s) is not supported", Z_STRVAL_PP(type), field);
+                               php_error_docref(NULL TSRMLS_CC, E_NOTICE, 
"MonetDB/SQL '%s' type (%s) is not supported", Z_STRVAL_PP(type), field);
                                err = 1;
                                break;
                                


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to