Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1158052-geo into lp:zorba/geo-module

2013-06-28 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1158052-geo/+merge/170945
Your team Zorba Coders is subscribed to branch lp:zorba/geo-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1158052-geo into lp:zorba/geo-module

2013-06-28 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug-1158052-geo into 
lp:zorba/geo-module has been updated.

Status: Needs review = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1158052-geo/+merge/170945
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1158052-geo/+merge/170945
Your team Zorba Coders is subscribed to branch lp:zorba/geo-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1158052-geo into lp:zorba/geo-module

2013-06-28 Thread Zorba Build Bot
Validation queue succeeded - proposal merged!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1158052-geo/+merge/170945
Your team Zorba Coders is subscribed to branch lp:zorba/geo-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1158052-geo into lp:zorba/geo-module

2013-06-22 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-1158052-geo into 
lp:zorba/geo-module.

Commit message:
Corresponding changes for bug #1158052.

Requested reviews:
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1158052-geo/+merge/170945

Corresponding changes for bug #1158052.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1158052-geo/+merge/170945
Your team Zorba Coders is subscribed to branch lp:zorba/geo-module.
=== modified file 'src/org/expath/ns/geo.xq.src/geo_functions.cpp'
--- src/org/expath/ns/geo.xq.src/geo_functions.cpp	2012-01-11 18:21:00 +
+++ src/org/expath/ns/geo.xq.src/geo_functions.cpp	2013-06-22 13:11:26 +
@@ -2870,7 +2870,11 @@
 binary_bin[i] = ((hex_to_bin(hex_str[i*2])  4) | hex_to_bin(hex_str[i*2+1]));
   }
 
-  zorba::Item base64_item = theModule-getItemFactory()-createBase64Binary(binary_bin, binary_len);
+  zorba::Item base64_item(
+theModule-getItemFactory()-createBase64Binary(
+  reinterpret_castchar const*(binary_bin), binary_len, false
+)
+  );
   delete[] binary_bin;
 
   return ItemSequence_t(new SingletonItemSequence(base64_item));
@@ -4504,4 +4508,6 @@
 }
 
 
-} /* namespace geomodule */ } /* namespace zorba */
+} /* namespace geomodule */
+} /* namespace zorba */
+/* vim:set et sw=2 ts=2: */

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp