X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fpostscript.c;h=f2bb3400aaed277c80fc1bdb90653ac7dc96475f;hb=92fb12eb06716d14c05b781f5d9dcde956d77c30;hp=5acb02f547d6ab4d724ab7fb230887ae98c3baa4;hpb=8cf495e615e4feca5777f3592de98321d4fcdc0b;p=pspp diff --git a/src/postscript.c b/src/postscript.c index 5acb02f547..f2bb3400aa 100644 --- a/src/postscript.c +++ b/src/postscript.c @@ -40,10 +40,10 @@ #include "font.h" #include "getl.h" #include "getline.h" +#include "glob.h" #include "hash.h" #include "main.h" #include "misc.h" -#include "misc.h" #include "output.h" #include "som.h" #include "version.h" @@ -2105,7 +2105,7 @@ draw_headers (struct outp_driver *this) int rh_width; char buf[128]; - sprintf (buf, _("%s - Page %d"), curdate, ext->page_number); + sprintf (buf, _("%s - Page %d"), get_start_date (), ext->page_number); rh_width = text_width (this, buf); out_text_plain (this, buf, this->width - this->prop_em_width - rh_width,