mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Use chsrc_determine_chgtype()
This commit is contained in:
@@ -84,7 +84,7 @@ pl_dart_flutter_setsrc (char *option)
|
||||
}
|
||||
}
|
||||
|
||||
ProgMode_ChgType = ProgMode_CMD_Reset ? ChgType_Reset : ChgType_Auto;
|
||||
chsrc_determine_chgtype (ChgType_Auto);
|
||||
chsrc_conclude (&source);
|
||||
}
|
||||
|
||||
|
@@ -80,7 +80,7 @@ pl_dart_setsrc (char *option)
|
||||
}
|
||||
}
|
||||
|
||||
ProgMode_ChgType = ProgMode_CMD_Reset ? ChgType_Reset : ChgType_Auto;
|
||||
chsrc_determine_chgtype (ChgType_Auto);
|
||||
chsrc_conclude (&source);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user