Slightly more efficient fix to the const problem.
This commit is contained in:
parent
62ebc4b77f
commit
54df1db664
@ -208,7 +208,7 @@ void
|
||||
bpad(pr)
|
||||
PR *pr;
|
||||
{
|
||||
static char spec[] = " -0+#";
|
||||
static char const *spec = " -0+#";
|
||||
register char *p1, *p2;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user