Difference for crossedit/Cnv/CnvPrompt.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 33
 
Line 33
  */   */
 static void CnvPromptCb (Widget w, XtPointer client, XtPointer call)  static void CnvPromptCb (Widget w, XtPointer client, XtPointer call)
 {  {
     CnvPromptSelect = (int) client; /* set cardinal */  
     char *t;      char *t;
       CnvPromptSelect = (int) client; /* set cardinal */
     XtVaGetValues(CnvPromptWidgetText, XtNstring, &t, NULL);      XtVaGetValues(CnvPromptWidgetText, XtNstring, &t, NULL);
          
     snprintf(CnvPromptString, sizeof(CnvPromptString), "%s", t);      snprintf(CnvPromptString, sizeof(CnvPromptString), "%s", t);


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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