Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28891
Modified Files:
Tag: xrpcdemo
pathfinder.mx xrpc_common.mx
Log Message:
fix
U xrpc_common.mx
Index: xrpc_common.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_common.mx,v
retrieving revision 1.1.8.4
retrieving revision 1.1.8.5
diff -u -d -r1.1.8.4 -r1.1.8.5
--- xrpc_common.mx 5 Jun 2008 12:55:24 -0000 1.1.8.4
+++ xrpc_common.mx 5 Jun 2008 14:17:40 -0000 1.1.8.5
@@ -768,7 +768,7 @@
}
req->hasNodeParam = TRUE;
req->argtpe[req->nr_args] = XS_ATTRIBUTE;
- req->argval[req->nr_args] = (char*) (gdk_uint64)
val_node_pre;
+ req->argval[req->nr_args] = (char*) (size_t) val_node_pre;
} else {
req->argtpe[req->nr_args] = get_node_type(pul);
if (req->argtpe[req->nr_args] == XS_DOCUMENT) {
@@ -786,7 +786,7 @@
val_node_pre = tpe_node_pre + 1;
val_node_pre += (pre_kindT[val_node_pre] == ELEMENT ?
0 : 1);
}
- req->argval[req->nr_args] = (char*) (gdk_uint64)
val_node_pre;
+ req->argval[req->nr_args] = (char*) (size_t) val_node_pre;
frag_root = BUNappend(frag_root, (ptr)&val_node_pre, TRUE);
req->hasNodeParam = TRUE;
U pathfinder.mx
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.416.2.1.2.6
retrieving revision 1.416.2.1.2.7
diff -u -d -r1.416.2.1.2.6 -r1.416.2.1.2.7
--- pathfinder.mx 5 Jun 2008 12:55:17 -0000 1.416.2.1.2.6
+++ pathfinder.mx 5 Jun 2008 14:17:39 -0000 1.416.2.1.2.7
@@ -4809,7 +4809,7 @@
if (mt == TYPE_str) {
val = v;
} else if (mt == TYPE_oid) {
- buf[0] = (oid) ((gdk_uint64) v);
+ buf[0] = (oid) ((size_t) v);
} else if (ATOMfromstr(mt, &val, &vallen, v) <= 0) {
return "xquery_parse_val: illegal value.\n";
}
-------------------------------------------------------------------------
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