1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

adopt arrow semantics from fippo.. << means outgoing, >> means incoming.

that's the inversion of shell io semantics
This commit is contained in:
psyc://psyced.org/~lynX 2009-02-25 15:12:44 +01:00
parent 673eacd099
commit 921d1c17a5
6 changed files with 11 additions and 11 deletions

View file

@ -64,7 +64,7 @@ void resume_parse() {
// input data to the buffer
void feed(string data) {
# ifdef _flag_log_sockets_SPYC
log_file("RAW_SPYC", "« %O\n%s\n", ME, data);
log_file("RAW_SPYC", "» %O\n%s\n", ME, data);
# endif
buffer += data;