| 667 | */ |
| 668 | |
| 669 | const char *CPLResetExtension(const char *pszPath, const char *pszExt) |
| 670 | |
| 671 | { |
| 672 | return CPLPathReturnTLSString(CPLResetExtensionSafe(pszPath, pszExt), |
| 673 | __FUNCTION__); |
| 674 | } |
| 675 | |
| 676 | /************************************************************************/ |
| 677 | /* CPLFormFilenameSafe() */ |
no test coverage detected