Skip to content

Commit

Permalink
This would not work outside StringHandle
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandobrito committed Nov 30, 2010
1 parent b13bbe8 commit 4a3d5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/api.c
Expand Up @@ -236,7 +236,7 @@ Parrot_io_close(PARROT_INTERP, ARGMOD_NULLOK(PMC *pmc))
}
}
else if (pmc->vtable->base_type == enum_class_StringHandle) {
SET_ATTR_read_offset(interp, pmc, 0);
SETATTR_StringHandle_read_offset(interp, pmc, 0);
result = 0;
}
else
Expand Down

0 comments on commit 4a3d5e7

Please sign in to comment.