| 103 | } |
| 104 | |
| 105 | bool Load(SourceMM::PluginId id, SourceMM::ISmmAPI *ismm, char *error, size_t maxlength, bool late) |
| 106 | { |
| 107 | if (error != NULL && maxlength != 0) |
| 108 | { |
| 109 | UTIL_Format(error, maxlength, "%s", error_buffer); |
| 110 | } |
| 111 | return false; |
| 112 | } |
| 113 | |
| 114 | int fail_version; |
| 115 | char error_buffer[512]; |
nothing calls this directly
no test coverage detected