mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-23 10:59:29 +08:00
Select upstream source depending on global var
This commit is contained in:
@@ -79,11 +79,13 @@ pl_go_setsrc (char *option)
|
||||
chsrc_conclude (&source, SetsrcType_Auto);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* chsrc reset go
|
||||
*/
|
||||
void
|
||||
pl_go_resetsrc (char *option)
|
||||
{
|
||||
pl_go_setsrc (SetsrcType_Reset);
|
||||
pl_go_setsrc (option);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user