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 - path for replacement static path[1024] on variable PATH_MAX
Summary: path for replacement static path[1024] on variable PATH_MAX
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-11 17:34 UTC by Andrey
Modified: 2009-10-11 22:58 UTC (History)
0 users

See Also:


Attachments
timidity_path_max (3.69 KB, patch)
2009-10-11 17:34 UTC, Andrey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.