Ignore:
Timestamp:
11/25/11 18:20:03 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

move away from roar_buffer_add() (See: #126)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/roard/protocol-gopher.c

    r5242 r5301  
    691691  } 
    692692 
    693   clients_add_output(client, buf); 
     693  clients_add_output(client, &buf); 
    694694 } 
    695695 
     
    711711 //memcpy(data+len, "\r\n.\r\n\0", 6); 
    712712 memcpy(data+len, "\0", 1); 
    713  clients_add_output(client, buf); 
     713 clients_add_output(client, &buf); 
    714714 
    715715 return 0; 
Note: See TracChangeset for help on using the changeset viewer.