Skip to content

Commit

Permalink
Merge pull request #1134 from fahhem/patch-1
Browse files Browse the repository at this point in the history
Make gifmaker work with the current getheader
  • Loading branch information
hugovk committed Mar 15, 2015
2 parents 6272f36 + ddf17df commit ba7cd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/gifmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def makedelta(fp, sequence):
if not previous:

# global header
for s in getheader(im) + getdata(im):
for s in getheader(im)[0] + getdata(im):
fp.write(s)

else:
Expand Down

0 comments on commit ba7cd1c

Please sign in to comment.