Changeset 5300:190af1adf91c in roaraudio for libroar/buffer.c


Ignore:
Timestamp:
11/25/11 10:05:31 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

first commit to move away from old roar_buffer_add() to roar_buffer_moveinto() (See: #126)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/buffer.c

    r5299 r5300  
    582582  memcpy(nd, od, cur->user_len); 
    583583 
    584   _LIBROAR_IGNORE_RET(roar_buffer_add(*copy, new)); 
     584  _LIBROAR_IGNORE_RET(roar_buffer_moveinto(*copy, &new)); 
    585585 
    586586  cur = cur->next; 
Note: See TracChangeset for help on using the changeset viewer.