| 93 | // dereferencing szLastErrMsg[i>=DEFAULT_LAST_ERR_MSG_SIZE] |
| 94 | |
| 95 | static char *CPLErrorContextGetString(CPLErrorContext *psCtxt) |
| 96 | { |
| 97 | return psCtxt->szLastErrMsg; |
| 98 | } |
| 99 | |
| 100 | /************************************************************************/ |
| 101 | /* CPLGetErrorContext() */ |
no outgoing calls
no test coverage detected