(fontset_pattern_regexp): `==' was used instead of `='.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Mar 1998 00:29:10 +0000 (00:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Mar 1998 00:29:10 +0000 (00:29 +0000)
src/fontset.c

index 976e271..fe35268 100644 (file)
@@ -435,7 +435,7 @@ fontset_pattern_regexp (pattern)
              *p1++ = '*';
            }
          else if (*p0 == '?')
-           *p1++ == '.';
+           *p1++ = '.';
          else
            *p1++ = *p0;
        }