| Summary: | SDL_LoadBMP does not support path name that contains space bar on Windows | ||
|---|---|---|---|
| Product: | SDL | Reporter: | hzhou3 |
| Component: | file | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.9 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 10 | ||
SDL_LoadBMP does not support path name that contains space bar on Windows. For example, SDL_Surface* pTempSurface = SDL_LoadBMP("..\\assets in this book\\rider.bmp"); will return NULL. Please fix it.