Skip to content

Commit

Permalink
Pass file name to \Gread@generic
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed May 29, 2017
1 parent cc72fdb commit 3fdb8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dvipdfmx.def
Expand Up @@ -94,7 +94,7 @@
\def\define@color@named#1#2{%
\expandafter\let\csname col@#1\endcsname\@nnil}
\def\Gread@pdf#1{%
\Gread@generic\Gread@extractbb@aux
\Gread@generic{#1}\Gread@extractbb@aux
}
\def\Gread@extractbb@aux#1{%
\ifeof\@inputcheck
Expand Down
2 changes: 1 addition & 1 deletion graphics.dtx
Expand Up @@ -1357,7 +1357,7 @@
\endgroup
}
\def\Gread@eps#1{%
\Gread@generic\Gread@eps@aux
\Gread@generic{#1}\Gread@eps@aux
}
\def\Gread@eps@aux#1{%
\ifeof\@inputcheck
Expand Down

0 comments on commit 3fdb8e8

Please sign in to comment.