Skip to content

Commit

Permalink
SaveCurrentEditorStateToInIString: forward the data_size pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Dec 22, 2019
1 parent f5aec38 commit 9b01eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imnodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ void editor_line_handler(EditorContext& editor, const char* line)

const char* SaveCurrentEditorStateToIniString(size_t* const data_size)
{
return SaveEditorStateToIniString(&editor_context_get());
return SaveEditorStateToIniString(&editor_context_get(), data_size);
}

const char* SaveEditorStateToIniString(
Expand Down

0 comments on commit 9b01eb5

Please sign in to comment.