Diff for /Amaya/amaya/AHTURLTools.c between versions 1.94 and 1.95

version 1.94, 2000/03/20 17:19:32 version 1.95, 2000/03/20 17:24:27
Line 1862  CHAR_T*              target; Line 1862  CHAR_T*              target;
        if (src[start_index] == WC_EOS)         if (src[start_index] == WC_EOS)
        /* if there's nothing afterwards, add a DIR_STR */         /* if there's nothing afterwards, add a DIR_STR */
          ustrcpy (target, WC_DIR_STR);           ustrcpy (target, WC_DIR_STR);
 #ifdef 0  #if 0
        /* JK: removed the conversion of homedir in a file: url */         /* JK: removed the conversion of homedir in a file: url */
 #ifndef _WINDOWS  #ifndef _WINDOWS
        else if (src[start_index] == TEXT('~'))         else if (src[start_index] == TEXT('~'))

Removed from v.1.94  
changed lines
  Added in v.1.95


Webmaster