mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
Change a note to a warning.
This commit is contained in:
parent
24a50982ac
commit
adce93a2de
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ const char *NET_AdrToString (netadr_t a);
|
||||||
|
|
||||||
Do not include the port number in the string.
|
Do not include the port number in the string.
|
||||||
|
|
||||||
\note The return value is a pointer to a static buffer. The returned
|
\warning The return value is a pointer to a static buffer. The returned
|
||||||
string must be saved if mixing calls with different addresses.
|
string must be saved if mixing calls with different addresses.
|
||||||
|
|
||||||
\param a The address to convert
|
\param a The address to convert
|
||||||
\return The address in human readable form.
|
\return The address in human readable form.
|
||||||
|
|
Loading…
Reference in a new issue