Skip to content

Commit

Permalink
My name in the header-line was chopped off....
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Nov 4, 2018
1 parent 6ede187 commit 7b725e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stuff/poutput.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* -faked in a LFB-mode (required some other changes)
* -doj20020418 Dirk Jagdmann <[email protected]>
* -added screenshot routines
* -ss040613 Stian Skjelstad <stian@nixi.no>
* -ss040613 Stian Skjelstad <stian@nixia.no>
* -more or less killed the entire file due to the unix implementation, but
* the generic functions is still kept in this file.
*/
Expand All @@ -57,7 +57,7 @@ void make_title(char *part)
writestring(sbuf, plScrWidth-58, 0x30, part, strlen(part));
else
writestring(sbuf, (plScrWidth-strlen(part))/2, 0x30, part, strlen(part));
writestring(sbuf, plScrWidth-28, 0x30, "(c) 1994-2016 Stian Skjelstad", 27);
writestring(sbuf, plScrWidth-30, 0x30, "(c) 1994-2018 Stian Skjelstad", 29);
displaystrattr(0, 0, sbuf, plScrWidth);
}

Expand Down

0 comments on commit 7b725e8

Please sign in to comment.