WWW_GIF definition in HTFormat.h (wwwlib 4.1b1)

To me, it looks like WWW_GIF in HTFormat.h is incorrect? Fix is?


*** HTFormat.h.ORIG     Sat Jun  8 05:18:09 1996
--- HTFormat.h  Wed Aug  7 13:02:24 1996
***************
*** 192,198 ****
  
  #define WWW_VIDEO       HTAtom_for("video/mpeg")
  
! #define WWW_GIF         HTAtom_for("image")
  #define WWW_JPEG        HTAtom_for("image/jpeg")
  #define WWW_TIFF        HTAtom_for("image/tiff")
  #define WWW_PNG         HTAtom_for("image/png")
--- 192,198 ----
  
  #define WWW_VIDEO       HTAtom_for("video/mpeg")
  
! #define WWW_GIF         HTAtom_for("image/gif")
  #define WWW_JPEG        HTAtom_for("image/jpeg")
  #define WWW_TIFF        HTAtom_for("image/tiff")
  #define WWW_PNG         HTAtom_for("image/png")

--
Markku Savela (msa@hemuli.tte.vtt.fi),     Technical Research Centre of Finland
Multimedia Systems, P.O.Box 1203,FIN-02044 VTT,http://www.vtt.fi/tte/staff/msa/

Received on Wednesday, 7 August 1996 17:03:35 UTC