dtinfo subdirectory DtMmdb

This commit is contained in:
Ulrich Wilkens
2013-08-28 19:16:37 +02:00
committed by Jon Trulson
parent 0be684281d
commit fbd81ef151
159 changed files with 735 additions and 588 deletions

View File

@@ -30,7 +30,7 @@ void showTOC(DtMmdbInfoRequest* req)
{
DtMmdbHandle* id = 0;
unsigned int ct = 0;
int i = 0;
unsigned int i = 0;
DtMmdbHandle** ids = 0;
if ( req == 0 ) return ;
@@ -59,7 +59,6 @@ int test4(int argc, char** argv)
{
int j = 0;
int i = 0;
const char* str;
DtMmdbInfoRequest* req = 0;
switch ( argc ) {