Update variable

This commit is contained in:
Aoran Zeng
2024-09-29 11:58:38 +08:00
parent 2a52c898d6
commit 35c1a5be18
4 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ pl_python_setsrc (char *option)
chsrc_note2 (msg);
}
char *chsrc_type = xy_streql (option, SetsrcType_Reset) ? SetsrcType_Reset : SetsrcType_Auto;
char *setsrc_type = xy_streql (option, SetsrcType_Reset) ? SetsrcType_Reset : SetsrcType_Auto;
bool pdm_exist = false,
poetry_exist = false;
@@ -71,7 +71,7 @@ pl_python_setsrc (char *option)
pl_python_pdm_setsrc (option);
}
chsrc_conclude (&source, chsrc_type);
chsrc_conclude (&source, setsrc_type);
}
void