| 9609 | |
| 9610 | if (GMT->current.setting.run_mode == GMT_MODERN) { /* Reset file pointer and name */ |
| 9611 | struct stat buf; |
| 9612 | char file[PATH_MAX] = {""}; |
| 9613 | FILE *fp = NULL; |
| 9614 | if (stat (GMT->current.ps.filename, &buf)) |
no outgoing calls
no test coverage detected