Difference for crossedit/Cnv/CnvPrompt.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 109
 
Line 109
     i = CnvPromptSelect;      i = CnvPromptSelect;
     CnvPromptSelect = 0;      CnvPromptSelect = 0;
     strncpy(ans,CnvPromptString,CnvPromptMax);      strncpy(ans,CnvPromptString,CnvPromptMax);
       ans[CnvPromptMax] = '\0';
     return i;      return i;
 }  }
   


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:52