On Wed, 22 Nov 2000, Igor Khasilev wrote:
> � redir-� ������������ ������, ����������� � �������.
> � ����� ���� ��������� �������.
>
��� ����. ���� �� ���������� - ���������� ������ ������� ����� ������
length += strlen(src) � �������� �� length += strlen(target)
RCS file: /usr/local/cvs/oops/src/modules/redir.c,v
retrieving revision 1.11
retrieving revision 1.14
diff -c -r1.11 -r1.14
*** redir.c 2000/10/27 13:44:32 1.11
--- redir.c 2000/11/17 16:28:25 1.14
***************
*** 628,634 ****
subs++;
curr++;
}
! length += strlen(src) + 1;
result = malloc(length);
if ( !result ) return(NULL);
esc = doll = 0;
--- 666,672 ----
subs++;
curr++;
}
! length += strlen(target) + 1;
result = malloc(length);
if ( !result ) return(NULL);
esc = doll = 0;
Igor Khasilev |
PACO Links, igor at paco dot net |
=====================================================================
If you would like to unsubscribe from this list send message to
[EMAIL PROTECTED] with "unsubscribe oops" in message body.
Archive is accessible on http://www.paco.net/oops/