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 1231

Summary: timidity, honor the return code from recursive read_config_file() call
Product: SDL_sound Reporter: Ozkan Sezer <sezeroz>
Component: everythingAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Ryan C. Gordon <icculus>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: All   
OS: All   
Attachments: honor the return code from recursive read_config_file() call

Description Ozkan Sezer 2011-06-15 11:17:54 UTC
Created attachment 629 [details]
honor the return code from recursive read_config_file() call

read_config_file() doesn't honor the return code from recursive read_config_file() call for the "source" directive. attached tiny patch fixes that. (this, I ran into in a timidity-0.2i bugfix patch found at http://www.onicos.com/staff/iz/timidity/)
Comment 1 Ryan C. Gordon 2011-06-15 13:14:30 UTC
This is now hg changeset 37e512931333 for the development branch and hg changeset f31f9ceddec9 for the stable-1.0 branch.

Thanks!

--ryan.