Open GoogleCodeExporter opened 9 years ago
It seems a typo, as follows:
Index: src/subr_bvector.cpp
===================================================================
--- src/subr_bvector.cpp (revision 503)
+++ src/subr_bvector.cpp (working copy)
@@ -754,7 +754,7 @@
int64_t s64;
if (exact_integer_to_int64(argv[2], &s64)) {
if (param.little) LE64((uint64_t)s64, param.bytes);
- else BE32((uint64_t)s64, param.bytes);
+ else BE64((uint64_t)s64, param.bytes);
return scm_unspecified;
}
if (exact_integer_pred(argv[2])) {
Original comment by tabe.fix...@gmail.com
on 3 Aug 2009 at 3:40
Original issue reported on code.google.com by
weinh...@gmail.com
on 2 Aug 2009 at 6:03