diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:57:16 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:57:16 -0500 |
commit | 6e428cdbf8fd9ce6d50e4907d51dc473c82e0ee9 (patch) | |
tree | a2989c46546430a321b00dde6e342a7bd2fbf011 /kpf | |
parent | dae1f24c0744203503ea888a1b7c64544fdd1522 (diff) | |
download | tdenetwork-6e428cdbf8fd9ce6d50e4907d51dc473c82e0ee9.tar.gz tdenetwork-6e428cdbf8fd9ce6d50e4907d51dc473c82e0ee9.zip |
Remove unnecessary language.
Diffstat (limited to 'kpf')
-rw-r--r-- | kpf/src/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/src/Server.cpp b/kpf/src/Server.cpp index 868a88d3..3aa81be2 100644 --- a/kpf/src/Server.cpp +++ b/kpf/src/Server.cpp @@ -958,7 +958,7 @@ namespace KPF int headerBytesWritten = d->socket.writeBlock(data, bytesToWrite); // <rant> - // Using -1 to signal an error is fucking evil. + // Using -1 to signal an error is evil. // Return false instead or add a 'bool & ok' parameter. // If you're not going to use exceptions, at least don't use // crap C conventions for error handling. |