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.93 by root, Wed Jan 25 15:02:47 2006 UTC vs.
Revision 1.94 by root, Thu Jan 26 00:09:47 2006 UTC

558 case DT_STR_LEN: 558 case DT_STR_LEN:
559 { 559 {
560 char *str = va_arg (ap, char *); 560 char *str = va_arg (ap, char *);
561 int len = va_arg (ap, int); 561 int len = va_arg (ap, int);
562 562
563 printf ("pushing str %p:%d\n", str,len);//D
564 XPUSHs (sv_2mortal (newSVpvn (str, len))); 563 XPUSHs (sv_2mortal (newSVpvn (str, len)));
565 } 564 }
566 break; 565 break;
567 566
568 case DT_WCS_LEN: 567 case DT_WCS_LEN:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines