Revision 185 src/procheader.c

procheader.c (revision 185)
790 790
	else
791 791
		strftime(tmp, len, default_format, lt);
792 792

  
793
	buf = conv_localetodisp(tmp);
793
	buf = conv_localetodisp(tmp, NULL);
794 794
	strncpy2(dest, buf, len);
795 795
	g_free(buf);
796 796
}

Also available in: Unified diff