Skip to content
Snippets Groups Projects
Commit b2999571 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

MetaPost: Working on the file extension (work in progress).

[[Split portion of a mixed commit.]]
parent 30224c5e
No related branches found
No related tags found
No related merge requests found
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7532
#define luatex_svn_revision 7534
#endif
2022-07-31 Luigi Scarso <luigi.scarso@gmail.com>
* MetaPost: Working on the file extension (work in progress).
2022-05-28 Akira Kakuto <kakuto@jcom.zaq.ne.jp>
* mp.w: Typo.
......
......@@ -34815,9 +34815,9 @@ extreme cases so it may have to be shortened on some systems.
 
@<Use |c| to compute the file extension |s|@>=
{
s = xmalloc (12, 1);
mp_snprintf (s, 12, ".%i", (int) c);
s[7]='\0';
s = xmalloc (13, 1);
mp_snprintf (s, 13, ".%i", (int) c);
s[13]='\0';
}
 
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment