Changeset 492
- Timestamp:
- 08/11/07 12:18:55 (1 year ago)
- Files:
-
- trunk/src/main-crb.c (modified) (1 diff)
- trunk/src/z-file.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main-crb.c
r469 r492 3745 3745 3746 3746 /* Attempt to open and close that file */ 3747 if ( 0 != fd_close(fd_open(path, O_RDONLY)))3747 if (!file_exists(path)) 3748 3748 { 3749 3749 /* Warning */ trunk/src/z-file.c
r491 r492 452 452 453 453 if (ftype == FTYPE_RAW) mac_type = 'DATA'; 454 else if (ftype == TYPE_SAVE) mac_type = 'SAVE';454 else if (ftype == FTYPE_SAVE) mac_type = 'SAVE'; 455 455 456 456 fsetfileinfo(buf, 'A271', ftype);
