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 840

Summary: path for replacement static path[1024] on variable PATH_MAX
Product: SDL_mixer Reporter: Andrey <afletdinov>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Linux   
Attachments: timidity_path_max

Description Andrey 2009-10-11 17:34:00 UTC
Created attachment 410 [details]
timidity_path_max

I think it must be replaced.
because for example:
wince PATH_MAX = 255, it will use less memory
other systems will correctly identify the path.
Comment 1 Ryan C. Gordon 2009-10-11 22:58:55 UTC
The PATH_MAX changes are svn revision #5066, and the TIMIDITY_ERROR_SIZE changes are svn revision #5067.

Thanks!

--ryan.