X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppacket.c;h=9d484706ac628ff5f26a33cc120f63ec953edb3f;hp=f43f516e0872f8e51f57a31ba649f4f44b01afc6;hb=ef7b80006ebb47372d69c64e8b2b2f0764333d55;hpb=5e53f9e5f65aa5b3af6f5af9d868403536534afb diff --git a/pgppacket.c b/pgppacket.c index f43f516..9d48470 100644 --- a/pgppacket.c +++ b/pgppacket.c @@ -57,7 +57,7 @@ static int read_material (size_t material, size_t * used, FILE * fp) unsigned char *pgp_read_packet (FILE * fp, size_t * len) { size_t used = 0; - LOFF_T startpos; + off_t startpos; unsigned char ctb; unsigned char b; size_t material;