Created
July 28, 2015 15:39
-
-
Save uobikiemukot/0e8954bdf18a3df5e310 to your computer and use it in GitHub Desktop.
w3m patch for image/tiff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- old/url.c 2015-07-28 23:57:42.144375057 +0900 | |
+++ new/url.c 2015-07-28 23:57:34.394271277 +0900 | |
@@ -107,6 +107,7 @@ | |
{"jpg", "image/jpeg"}, | |
{"png", "image/png"}, | |
{"xbm", "image/xbm"}, | |
+ {"tiff", "image/tiff"}, | |
{"au", "audio/basic"}, | |
{"gz", "application/x-gzip"}, | |
{"Z", "application/x-compress"}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment