Created
September 26, 2014 14:15
-
-
Save saitoha/6030b39cd3041f1bbc79 to your computer and use it in GitHub Desktop.
Fix for w3m-sixel 9b913f4b870d
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
diff -r 9b913f4b870d terms.c | |
--- a/terms.c Thu Sep 25 23:21:41 2014 +0900 | |
+++ b/terms.c Fri Sep 26 23:14:47 2014 +0900 | |
@@ -508,7 +508,7 @@ | |
return p; | |
} | |
-static void | |
+static int | |
save_first_animation_frame(const char *path) | |
{ | |
int fd; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment