Browse Source

Fix problem with the -X parameter.

master
samr7 12 years ago
parent
commit
06af705498
  1. 2
      vanitygen.c

2
vanitygen.c

@ -512,7 +512,7 @@ main(int argc, char **argv) @@ -512,7 +512,7 @@ main(int argc, char **argv)
vg_context_t *vcp = NULL;
EC_POINT *pubkey_base = NULL;
while ((opt = getopt(argc, argv, "vqrikeE:P:NTXF:t:h?f:o:s:")) != -1) {
while ((opt = getopt(argc, argv, "vqrikeE:P:NTX:F:t:h?f:o:s:")) != -1) {
switch (opt) {
case 'v':
verbose = 2;

Loading…
Cancel
Save