wok-next view cvs/stuff/patches/cvs-1.11.19-tagname.patch @ rev 21311

updated inkscape (0.92.2 -> 0.92.4)
author Hans-G?nter Theisgen
date Tue Dec 10 11:12:42 2019 +0100 (2019-12-10)
parents
children
line source
1 --- cvs-1.11.19/src/rcs.c.old 2005-03-14 13:09:39.000000000 +0100
2 +++ cvs-1.11.19/src/rcs.c 2005-03-14 13:08:24.000000000 +0100
3 @@ -3382,7 +3382,7 @@
4 RCS_check_tag (tag)
5 const char *tag;
6 {
7 - char *invalid = "$,.:;@"; /* invalid RCS tag characters */
8 + char *invalid = "$,.:;@/"; /* invalid RCS tag characters */
9 const char *cp;
11 /*