Ticket #93 (closed patch: fixed)
[PATCH]removed unnecessary code
| Reported by: | jimmy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | applied | Platform: |
Description
because these codes will always be run at the end
memcpy(s->strstart, buffer_next, len);
s->bufused = s->strlen = len;
return len
these codes is unnecessary.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

