Use chsrc_determine_chgtype()

This commit is contained in:
Aoran Zeng
2025-03-06 12:36:16 +08:00
parent 7226eecf3d
commit 2d75a48c19
67 changed files with 113 additions and 85 deletions

View File

@@ -48,7 +48,7 @@ os_msys2_setsrc (char *option)
chsrc_run (cmd, RunOpt_Default);
ProgMode_ChgType = ChgType_Untested;
chsrc_determine_chgtype (ChgType_Untested);
chsrc_conclude (&source);
}