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 - timidity, honor the return code from recursive read_config_file() call
Summary: timidity, honor the return code from recursive read_config_file() call
Status: RESOLVED FIXED
Alias: None
Product: SDL_sound
Classification: Unclassified
Component: everything (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Ryan C. Gordon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 11:17 UTC by Ozkan Sezer
Modified: 2011-06-15 13:14 UTC (History)
0 users

See Also:


Attachments
honor the return code from recursive read_config_file() call (498 bytes, patch)
2011-06-15 11:17 UTC, Ozkan Sezer
Details | Diff

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