case 'D':
add_next_index_string(return_value, str_value, 1);
break;
+ case 'I': /* FALLS THROUGH */
case 'N':
if (cur_f->db_fdc == 0) {
add_next_index_long(return_value, strtol(str_value, NULL, 10));
case 'D':
add_assoc_string(return_value, cur_f->db_fname, str_value, 1);
break;
+ case 'I': /* FALLS THROUGH */
case 'N':
if (cur_f->db_fdc == 0) {
add_assoc_long(return_value, cur_f->db_fname, strtol(str_value, NULL, 10));