Fixed mbfile k p i bug
This commit is contained in:
parent
6602fd5669
commit
f4cd4ed971
@ -15,6 +15,9 @@ v0.61.3 25-Jul-2004
|
|||||||
Changed netmail counters in the .msg import function.
|
Changed netmail counters in the .msg import function.
|
||||||
Fixed logging of 0 articles in scannews.
|
Fixed logging of 0 articles in scannews.
|
||||||
|
|
||||||
|
mbfile:
|
||||||
|
Fixed a bug where "mbfile k p i" didn't give the help screen.
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
Fixed 2 spelling errors in the dutch macro templates.
|
Fixed 2 spelling errors in the dutch macro templates.
|
||||||
|
|
||||||
|
2
TODO
2
TODO
@ -140,8 +140,6 @@ mbfile:
|
|||||||
N: It is not possible to import areas that run of cd-roms. Do we still
|
N: It is not possible to import areas that run of cd-roms. Do we still
|
||||||
need cd-rom support with current hd prices?
|
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:
|
mbaff:
|
||||||
L: Rewrite filefind search algorithm.
|
L: Rewrite filefind search algorithm.
|
||||||
|
|
||||||
|
@ -164,6 +164,8 @@ int main(int argc, char **argv)
|
|||||||
cmd = xstrcat(cmd, (char *)" ");
|
cmd = xstrcat(cmd, (char *)" ");
|
||||||
cmd = xstrcat(cmd, argv[i]);
|
cmd = xstrcat(cmd, argv[i]);
|
||||||
}
|
}
|
||||||
|
} else if (!strcasecmp(argv[i], "i")) {
|
||||||
|
Help();
|
||||||
} else if (!strncasecmp(argv[i], "l", 1)) {
|
} else if (!strncasecmp(argv[i], "l", 1)) {
|
||||||
do_list = TRUE;
|
do_list = TRUE;
|
||||||
if (argc > (i + 1)) {
|
if (argc > (i + 1)) {
|
||||||
|
Reference in New Issue
Block a user