--- capa/capa51/pProj/capaCgiUtils.c 1999/12/13 21:38:44 1.8 +++ capa/capa51/pProj/capaCgiUtils.c 2000/01/25 17:14:29 1.10 @@ -425,6 +425,7 @@ void w_get_responses(int x,int q_idx,cha sa_p->a_idx = sub_idx; sa_p->a_str = strsave(g_entries[x].val); sa_p->a_next = NULL; + trim_response_ws(sa_p->a_str); if( g_stu_ans_pp[q_idx] == NULL ) { g_stu_ans_pp[q_idx] = sa_p; } else { @@ -2641,7 +2642,7 @@ FILE *out; capa_mfree((char *)capa_server); } -int +void get_tscore_width_height(width,height) int *width;int *height; {