RE: Re : [cvsnt] Unknown expansion option ' æ'
David Somers
dsomers at trevezel.com
Wed Jun 1 11:18:34 BST 2005
Tony,
src/rcs.cpp revision 1.80.2.101 is when you changed line +-5052
@@ -4894,7 +4894,7 @@
np = getnode();
np->type = RCSFIELD;
np->key = xstrdup ("kopt");
- np->data = xstrdup(rcs->expand?rcs->expand:"kv");
+ np->data =
xstrdup((options&&*options)?options+2:(rcs->expand?rcs->expand:"kv"));
addnode (delta->other_delta, np);
I'm not sure whether you expect options to have a -k prefix or not, so its
hard to determine whether this is an upstream problem from import.cpp or
commit.rcs (which call RCS_create).
import.cpp defiantly treats options (via its keyword_opt) sans prefix.
Cheers,
David
More information about the cvsnt
mailing list