ossp-pkg/uuid/perl/uuid.xs 1.1 -> 1.2
--- uuid.xs 2004/11/03 14:52:10 1.1
+++ uuid.xs 2004/11/03 19:00:50 1.2
@@ -130,7 +130,7 @@
if (items != 4)
croak("mode UUID_MAKE_V3 requires two additional arguments to uuid_make()");
if (!SvROK(ST(2)))
- croak("mode UUID_MAKE_V3 requires a UUID object as namespace");
+ croak("mode UUID_MAKE_V3 requires a UUID object as namespace");
ns = INT2PTR(uuid_t *, SvIV((SV*)SvRV(ST(2))));
name = (const char *)SvPV_nolen(ST(3));
RETVAL = uuid_make(uuid, mode, ns, name);
|
|