| 43 | }; |
| 44 | |
| 45 | static void errPrint(IStatus* status) |
| 46 | { |
| 47 | char buf[256]; |
| 48 | master->getUtilInterface()->formatStatus(buf, sizeof(buf), status); |
| 49 | fprintf(stderr, "%s\n", buf); |
| 50 | } |
| 51 | |
| 52 | static void drop(IAttachment** att) |
| 53 | { |
no test coverage detected