diff options
Diffstat (limited to 'loadacm.c')
-rw-r--r-- | loadacm.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -330,10 +330,7 @@ void saveoldmap(int fd, char *omfil) | |||
330 | } | 330 | } |
331 | #endif | 331 | #endif |
332 | 332 | ||
333 | if ((fp = fopen(omfil, "w")) == NULL) { | 333 | fp = xfopen(omfil, "w"); |
334 | perror(omfil); | ||
335 | exit(1); | ||
336 | } | ||
337 | #ifdef GIO_UNISCRNMAP | 334 | #ifdef GIO_UNISCRNMAP |
338 | if (is_old_map) { | 335 | if (is_old_map) { |
339 | #endif | 336 | #endif |