Commit 799eeecf authored by claes's avatar claes

Directory db not loaded for switch -p

parent 3f9cb9f1
/* /*
* Proview $Id: wb.cpp,v 1.22 2006-01-31 06:47:58 claes Exp $ * Proview $Id: wb.cpp,v 1.23 2006-01-31 09:11:03 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -607,6 +607,7 @@ int main( int argc, char *argv[]) ...@@ -607,6 +607,7 @@ int main( int argc, char *argv[])
case 'p': case 'p':
sw_projectlist = 1; sw_projectlist = 1;
sw_projectvolume = 0; sw_projectvolume = 0;
strcpy( volumename, "");
break; break;
default: default:
printf("Unknown argument: %s\n", argv[i]); printf("Unknown argument: %s\n", argv[i]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment