Removed bug.

This commit is contained in:
2025-05-14 02:43:33 +02:00
parent 255e5458be
commit cc00756479
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -265,4 +265,4 @@ int main(int argc, char *argv[]) {
repl();
return 0;
}
}
+1 -1
View File
@@ -73,7 +73,7 @@ void set_prompt_model(const char *model) {
const char *get_prompt_model() {
if (_model == NULL && getenv("R_MODEL") != NULL) {
_model = getenv("R_MODEL");
_model = strdup(getenv("R_MODEL"));
}
if (_model) {
return _model;
BIN
View File
Binary file not shown.