Diff for /Amaya/amaya/AHTURLTools.c between versions 1.92 and 1.93

version 1.92, 2000/03/13 17:15:21 version 1.93, 2000/03/17 12:24:32
Line 44  STRING       string; Line 44  STRING       string;
 #endif /* __STDC__ */  #endif /* __STDC__ */
 {  {
  int i;   int i;
    
  if (!string)   if (!string)
    return;     return;
   
Line 1818  CHAR_T*              target; Line 1818  CHAR_T*              target;
   
 #endif  #endif
 {  {
   #  ifndef _WINDOWS
    CHAR_T            *s;     CHAR_T            *s;
    ThotBool          change;  
    int               i;     int               i;
   #  endif /* !_WINDOWS */
      ThotBool          change;
    int               start_index; /* the first char that we'll copy */     int               start_index; /* the first char that we'll copy */
   
    change = FALSE;     change = FALSE;

Removed from v.1.92  
changed lines
  Added in v.1.93


Webmaster