[svn:parrot] r39506 - trunk/src

cotto at svn.parrot.org cotto at svn.parrot.org
Thu Jun 11 04:13:13 UTC 2009


Author: cotto
Date: Thu Jun 11 04:13:12 2009
New Revision: 39506
URL: https://trac.parrot.org/parrot/changeset/39506

Log:
[stupid] cotto-- is not very good at numbers

Modified:
   trunk/src/pmc_freeze.c

Modified: trunk/src/pmc_freeze.c
==============================================================================
--- trunk/src/pmc_freeze.c	Thu Jun 11 04:09:10 2009	(r39505)
+++ trunk/src/pmc_freeze.c	Thu Jun 11 04:13:12 2009	(r39506)
@@ -1041,7 +1041,7 @@
                 "bad string to thaw");
         }
 
-        /*TT 474: use the validation logic from Packfile_unpack */
+        /*TT 479: use the validation logic from Packfile_unpack */
         if (pf->header->bc_major != PARROT_PBC_MAJOR
         ||  pf->header->bc_minor != PARROT_PBC_MINOR )
             Parrot_ex_throw_from_c_args(interp, NULL,


More information about the parrot-commits mailing list