[svn:parrot] r39508 - trunk/src

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


Author: cotto
Date: Thu Jun 11 07:13:24 2009
New Revision: 39508
URL: https://trac.parrot.org/parrot/changeset/39508

Log:
[tt] Worst. Dyslexia. Ever.  Hopefully the I get the TT number right the third time.

Modified:
   trunk/src/pmc_freeze.c

Modified: trunk/src/pmc_freeze.c
==============================================================================
--- trunk/src/pmc_freeze.c	Thu Jun 11 06:02:43 2009	(r39507)
+++ trunk/src/pmc_freeze.c	Thu Jun 11 07:13:24 2009	(r39508)
@@ -1041,7 +1041,7 @@
                 "bad string to thaw");
         }
 
-        /*TT 479: use the validation logic from Packfile_unpack */
+        /* TT #749: 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