Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bubaflub committed Jul 3, 2011
1 parent 2ab89a4 commit 8ad02d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GMP/Integer.winxed.template
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace GMP {
}

function set_string_native[vtable](string value) {
int i = mpz_set_string(self, value, 10);
int i = mpz_set_str(self, value, 10);
}

/* vtable overrides to implement
Expand Down

0 comments on commit 8ad02d7

Please sign in to comment.