ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.147 by sf-exg, Tue Dec 6 11:29:52 2011 UTC vs.
Revision 1.148 by root, Sat Dec 17 23:17:33 2011 UTC

920 CODE: 920 CODE:
921{ 921{
922 rxvt_term *term = new rxvt_term; 922 rxvt_term *term = new rxvt_term;
923 923
924 stringvec *argv = new stringvec; 924 stringvec *argv = new stringvec;
925 stringvec *envv = new stringvec;
926
927 for (int i = 0; i <= AvFILL (arg); i++) 925 for (int i = 0; i <= AvFILL (arg); i++)
928 argv->push_back (strdup (SvPVbyte_nolen (*av_fetch (arg, i, 1)))); 926 argv->push_back (strdup (SvPVbyte_nolen (*av_fetch (arg, i, 1))));
929 927
928 stringvec *envv = new stringvec;
930 for (int i = AvFILL (env) + 1; i--; ) 929 for (int i = AvFILL (env) + 1; i--; )
931 envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1)))); 930 envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1))));
932 931
933 try 932 try
934 { 933 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines