elm_code: Update to new API signature

This commit is contained in:
Andy Williams 2016-12-27 22:17:30 +00:00
parent 16e34cfbdf
commit 6574098205
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ _edi_editor_suggest_c_lookup(Edi_Editor *editor, unsigned int row, unsigned int
unsaved_file.Filename = path;
unsaved_file.Contents = elm_code_widget_text_between_positions_get(
editor->entry, 1, 1, col, row);
editor->entry, 1, 1, row, col);
unsaved_file.Length = strlen(unsaved_file.Contents);
res = clang_codeCompleteAt(editor->as_unit, path, row, col,