Diff for /Amaya/amaya/AHTURLTools.c between versions 1.178 and 1.179

version 1.178, 2004/06/02 16:30:57 version 1.179, 2004/06/03 08:03:53
Line 381  char *PicTypeToMIME (PicType contentType Line 381  char *PicTypeToMIME (PicType contentType
       
   switch (contentType)    switch (contentType)
     {      {
       case xbm_type:
         mime_type ="image/x-xbitmap";
         break;
     case eps_type:      case eps_type:
       mime_type ="application/postscript";        mime_type ="application/postscript";
       break;        break;

Removed from v.1.178  
changed lines
  Added in v.1.179


Webmaster