diff options
Diffstat (limited to 'Build/source/texk/seetexk/gripes0.c')
-rw-r--r-- | Build/source/texk/seetexk/gripes0.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/seetexk/gripes0.c b/Build/source/texk/seetexk/gripes0.c index 6e9c0a572ad..fc45ce4e5f9 100644 --- a/Build/source/texk/seetexk/gripes0.c +++ b/Build/source/texk/seetexk/gripes0.c @@ -22,7 +22,7 @@ extern int errno; * Cannot allocate memory. */ void -GripeOutOfMemory(int n, char *why) +GripeOutOfMemory(int n, const char *why) { error(1, -1, "ran out of memory allocating %d bytes for %s", n, why); @@ -34,7 +34,7 @@ GripeOutOfMemory(int n, char *why) * RETURNS TO CALLER */ void -GripeCannotGetFont(char *name, i32 mag, i32 dsz, char *dev, char *fullname) +GripeCannotGetFont(const char *name, i32 mag, i32 dsz, const char *dev, const char *fullname) { int e = errno; char scale[40]; @@ -63,7 +63,7 @@ GripeCannotGetFont(char *name, i32 mag, i32 dsz, char *dev, char *fullname) * RETURNS TO CALLER */ void -GripeDifferentChecksums(char *font, i32 tfmsum, i32 fontsum) +GripeDifferentChecksums(const char *font, i32 tfmsum, i32 fontsum) { error(0, 0, "\ |