summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2014-05-09 11:16:20 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2014-05-09 11:16:20 +0000
commit11b114f4f4b06a296608c8a920f769538c5df778 (patch)
treebd6327739dfa7da90e548f6aec1bd20c86c7a767 /Build
parentb395c588ae1d4719067d8984f60d722726dd4a71 (diff)
Update bmpimage.c in dvipdfm-x and XeTeX
git-svn-id: svn://tug.org/texlive/trunk@33932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/dvipdfm-x/ChangeLog2
-rw-r--r--Build/source/texk/dvipdfm-x/bmpimage.c2
-rw-r--r--Build/source/texk/web2c/xetexdir/ChangeLog2
-rw-r--r--Build/source/texk/web2c/xetexdir/image/bmpimage.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog
index 9d29f1fc446..a8e9b211122 100644
--- a/Build/source/texk/dvipdfm-x/ChangeLog
+++ b/Build/source/texk/dvipdfm-x/ChangeLog
@@ -1,7 +1,7 @@
2014-05-09 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* bmpimage.c: Error exit instead of crashing for unsupported
- OS2 bmp inclusion in bmp_include_image().
+ bmp inclusion in bmp_include_image().
2014-05-04 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
diff --git a/Build/source/texk/dvipdfm-x/bmpimage.c b/Build/source/texk/dvipdfm-x/bmpimage.c
index d51638074d4..317c5b514e9 100644
--- a/Build/source/texk/dvipdfm-x/bmpimage.c
+++ b/Build/source/texk/dvipdfm-x/bmpimage.c
@@ -151,7 +151,7 @@ bmp_include_image (pdf_ximage *ximage, FILE *fp)
}
psize = 4;
} else {
- ERROR("Unknown BMP header type (OS2 BMP is not supported).");
+ ERROR("Unknown BMP header type.");
return -1; /* never reaches here */
}
diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog
index fab902ec132..a0df113359d 100644
--- a/Build/source/texk/web2c/xetexdir/ChangeLog
+++ b/Build/source/texk/web2c/xetexdir/ChangeLog
@@ -1,7 +1,7 @@
2014-05-09 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* image/bmpimage.c: Error exit instead of crashing for unsupported
- OS2 bmp inclusion in bmp_include_image().
+ bmp inclusion in bmp_include_image().
2014-04-28 TANAKA Takuji <KXD02663@nifty.ne.jp>
diff --git a/Build/source/texk/web2c/xetexdir/image/bmpimage.c b/Build/source/texk/web2c/xetexdir/image/bmpimage.c
index 6d8fdfc2c74..97793fc22e9 100644
--- a/Build/source/texk/web2c/xetexdir/image/bmpimage.c
+++ b/Build/source/texk/web2c/xetexdir/image/bmpimage.c
@@ -173,7 +173,7 @@ bmp_scan_file(struct bmp_info *info, FILE *fp)
}
psize = 4;
} else {
- fprintf (stderr, "Unknown BMP header type (OS2 BMP is not supported).\n");
+ fprintf (stderr, "Unknown BMP header type.\n");
exit (1);
return -1; /* never reaches here */
}