We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4434

Summary: SDL_LoadBMP does not support path name that contains space bar on Windows
Product: SDL Reporter: hzhou3
Component: fileAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: 2.0.9   
Hardware: x86_64   
OS: Windows 10   

Description hzhou3 2018-12-27 11:17:33 UTC
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.