Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17663
Modified Files:
Tag: xrpcdemo
xrpc_client.mx
Log Message:
comparison between signed and unsigned
U xrpc_client.mx
Index: xrpc_client.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_client.mx,v
retrieving revision 1.45.4.13
retrieving revision 1.45.4.14
diff -u -d -r1.45.4.13 -r1.45.4.14
--- xrpc_client.mx 11 Jun 2008 07:28:23 -0000 1.45.4.13
+++ xrpc_client.mx 12 Jun 2008 09:54:55 -0000 1.45.4.14
@@ -453,7 +453,7 @@
if (err) break;
/* set the correct iteration number */
- while (j == argcnt[it]) {
+ while (j == (unsigned)argcnt[it]) {
j=0; it++;
}
BUNappend(res_iter, &it, FALSE);
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins