Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created September 26, 2014 14:15
Show Gist options
  • Save saitoha/6030b39cd3041f1bbc79 to your computer and use it in GitHub Desktop.
Save saitoha/6030b39cd3041f1bbc79 to your computer and use it in GitHub Desktop.
Fix for w3m-sixel 9b913f4b870d
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