Diff for /loncom/homework/caparesponse/caparesponse.c between versions 1.15 and 1.16

version 1.15, 2004/12/23 18:32:50 version 1.16, 2004/12/23 18:36:42
Line 156  int caparesponse_get_real_response (char Line 156  int caparesponse_get_real_response (char
     }      }
   }    }
   if( !all_alphabet ) {    if( !all_alphabet ) {
       tmp_unit_str[0]=NULL;
     outcome = split_num_unit(answer,&n_part,input,tmp_unit_str);      outcome = split_num_unit(answer,&n_part,input,tmp_unit_str);
     if( outcome > 1 ) { /* with both num and unit parts or only unit part */      if( outcome > 1 ) { /* with both num and unit parts or only unit part */
       if( ans_unit != NULL ) {        if( ans_unit != NULL ) {

Removed from v.1.15  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>