Skip to content

Commit

Permalink
tweak for library.c revision
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinCottrell committed Feb 21, 2024
1 parent 17d8c56 commit 6fd3aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/library.c
Original file line number Diff line number Diff line change
Expand Up @@ -8477,8 +8477,9 @@ static int already_running_script (void)
}
}

/* Execute a script from a buffer or filename supplied by
viewer window @vwin
/* Execute a script from a buffer or filename supplied by viewer
window @vwin, with special accommodation for the case when @vwin
holds the gretl console.
*/

void run_native_script (windata_t *vwin, const char *buf,
Expand Down Expand Up @@ -8540,7 +8541,6 @@ void run_native_script (windata_t *vwin, const char *buf,
return;
}
} else if (vwin->role == CONSOLE) {
pputc(prn, '\n');
start_script_output_handler(prn, CONSOLE, NULL, &targ);
untmp = 1;
} else {
Expand Down

0 comments on commit 6fd3aaf

Please sign in to comment.