Diff for /Amaya/amaya/AHTURLTools.c between versions 1.212 and 1.213

version 1.212, 2008/08/26 15:56:11 version 1.213, 2008/09/11 10:48:36
Line 2434  void         SimplifyUrl (char **url) Line 2434  void         SimplifyUrl (char **url)
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 ThotBool NormalizeFile (char *src, char *target, ConvertionType convertion)  ThotBool NormalizeFile (char *src, char *target, ConvertionType convertion)
 {  {
   #ifdef IV
   char             *s;    char             *s;
   int               i;    int               i;
   #endif /* IV */
   int               start_index; /* the first char that we'll copy */    int               start_index; /* the first char that we'll copy */
   ThotBool          change;    ThotBool          change;
   

Removed from v.1.212  
changed lines
  Added in v.1.213


Webmaster