mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-20 10:29:01 +00:00
The filesize needs a 32 bit variable, not 16
This commit is contained in:
parent
15c0e90323
commit
b77c7ad996
@ -233,7 +233,8 @@ done:
|
||||
*/
|
||||
void attach(char *fname) {
|
||||
FILE *fp, *fp2, *destfp;
|
||||
uint16_t chars, i, size;
|
||||
uint16_t chars, i;
|
||||
uint32_t size;
|
||||
char *s;
|
||||
videomode(VIDEOMODE_80COL);
|
||||
printf("%c%s ATTACHER%c\n\n", 0x0f, PROGNAME, 0x0e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user