Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
masse committed Apr 4, 2003
1 parent 515dda2 commit 79e4707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tty_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ void Aff_newsgroup_name(int erase_scr) {
if ((fun=SLang_get_function("Newsgroup_title_string"))!=NULL) {
SLang_start_arg_list ();
if (Newsgroup_courant)
SLang_push_string(Newsgroup_courant->name);
Push_newsgroup_on_stack(Newsgroup_courant);
else SLang_push_string("");
SLang_end_arg_list ();
if (SLexecute_function(fun)==-1) {
Expand Down

0 comments on commit 79e4707

Please sign in to comment.