comparison lib-src/insert-data-in-exec.c @ 2022:d31a2df82ddb

[xemacs-hg @ 2004-04-17 13:29:19 by olivierg] Fix error message
author olivierg
date Sat, 17 Apr 2004 13:29:20 +0000
parents 2364237fbc0f
children 261c5cd19207
comparison
equal deleted inserted replaced
2021:cb22c508fb00 2022:d31a2df82ddb
137 perror("ftell dump"); 137 perror("ftell dump");
138 exit(1); 138 exit(1);
139 } 139 }
140 140
141 if(size_dump > max_size) { 141 if(size_dump > max_size) {
142 fprintf(stderr, "Dump file too big for available space (max=%ld, dump=%ld)\n", max_size, size); 142 fprintf(stderr, "Dump file too big for available space (max=%ld, dump=%ld)\n", max_size, size_dump);
143 exit(2); 143 exit(2);
144 } 144 }
145 145
146 if(fseek(dump, 0, SEEK_SET)) { 146 if(fseek(dump, 0, SEEK_SET)) {
147 perror("fseek beginning dump"); 147 perror("fseek beginning dump");