Fixed mbfile k p i bug

This commit is contained in:
Michiel Broek 2004-08-07 11:57:20 +00:00
parent 6602fd5669
commit f4cd4ed971
3 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,9 @@ v0.61.3 25-Jul-2004
Changed netmail counters in the .msg import function.
Fixed logging of 0 articles in scannews.
mbfile:
Fixed a bug where "mbfile k p i" didn't give the help screen.
examples:
Fixed 2 spelling errors in the dutch macro templates.

2
TODO
View File

@ -140,8 +140,6 @@ mbfile:
N: It is not possible to import areas that run of cd-roms. Do we still
need cd-rom support with current hd prices?
N: mbfile k p i doesn't run index and doesn't give an error message.
mbaff:
L: Rewrite filefind search algorithm.

View File

@ -164,6 +164,8 @@ int main(int argc, char **argv)
cmd = xstrcat(cmd, (char *)" ");
cmd = xstrcat(cmd, argv[i]);
}
} else if (!strcasecmp(argv[i], "i")) {
Help();
} else if (!strncasecmp(argv[i], "l", 1)) {
do_list = TRUE;
if (argc > (i + 1)) {