Skip to content

Commit

Permalink
Change an RT # to a TT #.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@42385 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
jkeenan committed Nov 9, 2009
1 parent 0d97bb3 commit 82effe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynpmc/gdbmhash.pmc
Expand Up @@ -93,7 +93,7 @@ So we do a bit of cheating here, and load it during class initialization.

VTABLE void class_init() {
#ifdef WIN32
/* RT #46393: What if libgdbm.so cannot be loaded */
/* TT #1252: What if libgdbm.so cannot be loaded */
/* Parrot_load_lib(interp, slib, NULL); */
STRING *slib = CONST_STRING(interp, "gdbm3");
#endif
Expand Down

0 comments on commit 82effe3

Please sign in to comment.