]> granicus.if.org Git - neomutt/commit
build: use SEEK_SET, SEEK_CUR, SEEK_END
authorRichard Russon <rich@flatcap.org>
Wed, 5 Apr 2017 12:43:56 +0000 (13:43 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 8 Apr 2017 21:24:36 +0000 (22:24 +0100)
commitf100ef7ebaf421506ab91e6efd6835cd5a04c420
treea09ab831bf800cbde55f4f7865bee4ef76023d1e
parent9e4189658a807583e349729ba81258a81dc3b21b
build: use SEEK_SET, SEEK_CUR, SEEK_END

Change all the uses of fseek() and fseeko() to use defined constants:
    SEEK_SET, SEEK_CUR, SEEK_END
15 files changed:
attach.c
buffy.c
copy.c
crypt-gpgme.c
crypt.c
edit.c
handler.c
mbox.c
pager.c
parse.c
pattern.c
pgp.c
postpone.c
sendlib.c
smime.c