We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df057f commit 8d81ee3Copy full SHA for 8d81ee3
include/SDL3/SDL_iostream.h
@@ -213,7 +213,7 @@ typedef struct SDL_IOStream SDL_IOStream;
213
* the same name already exists its content is erased and the file is
214
* treated as a new empty file.
215
* - "w+x": Create an empty file for both reading and writing. If a file with
216
- * the same name already exists, the call fails.
+ * the same name already exists, the call fails.
217
* - "a+": Open a file for reading and appending. All writing operations are
218
* performed at the end of the file, protecting the previous content to be
219
* overwritten. You can reposition (fseek, rewind) the internal pointer to
0 commit comments