From b05ede54b50f68b19d13397c82911a56653ac06c Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 29 Nov 2024 13:36:38 +0200 Subject: [PATCH] Updated GB_get_state_model_from_buffer (markdown) --- GB_get_state_model_from_buffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GB_get_state_model_from_buffer.md b/GB_get_state_model_from_buffer.md index 3656d0d..eb8d1b4 100644 --- a/GB_get_state_model_from_buffer.md +++ b/GB_get_state_model_from_buffer.md @@ -6,7 +6,7 @@ In `save_state.h` ## Description -Retrieves the [[model|GB_model_t]] used by a a save state file stored in `buffer` with size `length`. Populates `model` and returns 0 on success. Returns a positive `EIO` if the buffer is not large enough, and -1 on other failures. +Retrieves the [[model|GB_model_t]] used by a a save state file stored in `buffer` with size `length`. Populates `model` and returns 0 on success. Returns `EIO` if the buffer is not large enough, and -1 on other failures. ## Thread Safety