rime->time

I was reading, and noticed this was probably wrong.
This commit is contained in:
ven 2015-09-19 17:42:58 +02:00
parent 95f6cfcdd8
commit 0246d57e59

View File

@ -1254,7 +1254,7 @@ However, if failing to make a connection is considerd an error, then a failure s
**Exception**: Many traditional interface functions (e.g., UNIX signal handlers) use error codes (e.g., `errno`) to report what are really status codes, rather than errors. You don't have good alternative to using such, so calling these does not violate the rule.
**Alternative**: If you can't use exceptions (e.g. because your code is full of old-style raw-pointer use or because there are hard-real-rime constraints),
**Alternative**: If you can't use exceptions (e.g. because your code is full of old-style raw-pointer use or because there are hard-real-time constraints),
consider using a style that returns a pair of values:
int val;