This commit is contained in:
chris
2002-10-25 08:24:49 +00:00
parent da72f5cd6e
commit ba7202d03b
5 changed files with 228 additions and 20 deletions

View File

@@ -190,7 +190,7 @@ void options_read(int argc, char **argv) {
break;
case 'f':
options.filtercode = optarg;
options.filtercode = xstrdup(optarg);
break;
case 'p':