mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
--- src/lib/Unidraw/text.c.org Wed Mar 25 10:18:22 1992
|
|
+++ src/lib/Unidraw/text.c Sun Jan 23 19:29:41 2000
|
|
@@ -561,8 +561,9 @@
|
|
|
|
const char* PSText::Filter (const char* string, int len) {
|
|
TextBuffer stext(sbuf, 0, SBUFSIZE);
|
|
+ int dot;
|
|
|
|
- for (int dot = 0; len--; string++) {
|
|
+ for (dot = 0; len--; string++) {
|
|
char c = *string;
|
|
|
|
if (!isascii(c) || iscntrl(c)) {
|