Skip to content

Commit

Permalink
get_string_native -> get_string. Why? LOLWTF, that's why.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Jul 25, 2011
1 parent 0a84eb7 commit 5ef23c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/packfileview.pmc
Expand Up @@ -171,7 +171,7 @@ otherwise.
attrs->path = path;
}

VTABLE STRING * get_string_native() {
VTABLE STRING * get_string() {
Parrot_PackfileView_attributes * const attrs =
PARROT_PACKFILEVIEW(SELF);
return attrs->path ? attrs->path : STRINGNULL;
Expand Down

0 comments on commit 5ef23c5

Please sign in to comment.