Tiny performance tweaks

darcs-hash:20060205131335-ac50b-5b1895d50334dfe9e375ab60e723d1b62b712707.gz
This commit is contained in:
axel
2006-02-05 23:13:35 +10:00
parent 0fa3c15114
commit 8e05c8bee8
3 changed files with 5 additions and 19 deletions

View File

@@ -188,7 +188,7 @@ void read_message( connection_t *src )
}
else
{
sb_printf( &src->input, L"%lc", res );
sb_append_char( &src->input, res );
}
}
}