apps/dtnquery/dtnquery.c
changeset 32 64b5c8f5be17
parent 28 406d4f7eb00d
child 64 1296a0283271
equal deleted inserted replaced
31:2e5913d44299 32:64b5c8f5be17
   905                 break;
   905                 break;
   906             }
   906             }
   907         }
   907         }
   908 
   908 
   909         if(!has_bpq_block) {
   909         if(!has_bpq_block) {
   910             fprintf(stderr, "no bpq block found in bundle\n");
   910             fprintf(stderr, "no bpq block found in bundle:\n");
       
   911             for (i = 0; i < num_blocks; ++i)
       
   912                 fprintf(stderr, "\tblock[%d] : type = %d\n", i, bpq_blocks[i].type);
       
   913 
   911             continue;
   914             continue;
   912         }
   915         }
   913 
   916 
   914         if(err)
   917         if(err)
   915             continue;
   918             continue;