char buf[BUFSIZ], **argp, **arguments;
char *dates[NDATES];
-#ifdef LOCALE
setlocale(LC_ALL, "");
-#endif
invo_name = r1bindex (argv[0], '/');
/* read user profile/context */
free(cptr->c_text);
cptr->c_text = getcpy(date);
}
- fmt_scan (fmt, buffer, sizeof buffer - 1, length, dat);
+ fmt_scan (fmt, buffer, sizeof buffer - 1, length, dat, NULL);
fputs (buffer, stdout);
return status;