diff options
Diffstat (limited to 'Build/source/texk/kpathsea/fontmap.c')
-rw-r--r-- | Build/source/texk/kpathsea/fontmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/fontmap.c b/Build/source/texk/kpathsea/fontmap.c index 2ed383d519e..73c7227b593 100644 --- a/Build/source/texk/kpathsea/fontmap.c +++ b/Build/source/texk/kpathsea/fontmap.c @@ -172,7 +172,7 @@ const_string * kpathsea_fontmap_lookup (kpathsea kpse, const_string key) { const_string *ret; - string suffix = find_suffix (key); + const_string suffix = find_suffix (key); if (kpse->map.size == 0) { read_all_maps (kpse); |