Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
luatex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeXLive
luatex
Commits
92cdb460
Commit
92cdb460
authored
6 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
metapost: fixed typo in mpost.w
[[Split portion of a mixed commit.]]
parent
068317af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/texk/web2c/luatexdir/luatex_svnversion.h
+1
-1
1 addition, 1 deletion
source/texk/web2c/luatexdir/luatex_svnversion.h
source/texk/web2c/mplibdir/mpost.w
+2
-2
2 additions, 2 deletions
source/texk/web2c/mplibdir/mpost.w
with
3 additions
and
3 deletions
source/texk/web2c/luatexdir/luatex_svnversion.h
+
1
−
1
View file @
92cdb460
#define luatex_svn_revision 70
64
#define luatex_svn_revision 70
70
This diff is collapsed.
Click to expand it.
source/texk/web2c/mplibdir/mpost.w
+
2
−
2
View file @
92cdb460
...
...
@@ -1102,7 +1102,7 @@ stored in the \MP\ instance, this will be taken as the first line of
input
.
@d
command_line_size
256
@d
max_commad_line_size
0xFFFFFFF
/* should be the same of |max_halfword| (see |mp_reallocate_buffer|) */
@d
max_comma
n
d_line_size
0xFFFFFFF
/* should be the same of |max_halfword| (see |mp_reallocate_buffer|) */
@
<
Copy
the
rest
of
the
command
line
@
>=
{
...
...
@@ -1116,7 +1116,7 @@ input.
buflen +=(strlen(argv[optind_aux])+1); /* reserve space for ' ' as separator */
}
/* Last char is ' ', no need to reserve space for final '\0' */
if (buflen > max_commad_line_size) {
if (buflen > max_comma
n
d_line_size) {
fprintf(stderr,"length of command line too long!\n");
exit(EXIT_FAILURE);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment