mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
docs: Typo.
This commit is contained in:
parent
59b9ee3417
commit
863dc2e841
@ -24,7 +24,7 @@ routine (void)
|
|||||||
|
|
||||||
* When opening a file with Unix level functions (open, read/write, close)
|
* When opening a file with Unix level functions (open, read/write, close)
|
||||||
as opposed to the C level functions (fopen, fwrite/fread, fclose), use
|
as opposed to the C level functions (fopen, fwrite/fread, fclose), use
|
||||||
the OFLAGS macro. This makes sure it'll work on Win32 aswell as Unix e.g.:
|
the OFLAGS macro. This makes sure it'll work on Win32 as well as Unix e.g.:
|
||||||
|
|
||||||
<pre>fh = open ("file", OFLAGS | O_RDONLY);</pre>
|
<pre>fh = open ("file", OFLAGS | O_RDONLY);</pre>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user