bug introduced when renaming to pdata_tools
This commit is contained in:
parent
5a45f5ac95
commit
0608df97d8
@ -13,7 +13,7 @@ application::run(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
string cmd = basename(argv[0]);
|
string cmd = basename(argv[0]);
|
||||||
|
|
||||||
if (cmd == string("pdata-tools")) {
|
if (cmd == string("pdata_tools")) {
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user