Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fcitx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fcitx Bot committed Sep 30, 2024
2 parents 073208a + 3a9a56e commit 961fec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/android/jni/make_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main():
dest_dir.mkdir(parents=True, exist_ok=True)
shutil.copy(src, dest_dir.joinpath('libmozc.so'))
shutil.make_archive(
str(output.with_suffix('.zip')), format='zip', root_dir=tmp_dir
str(output.with_suffix('')), format='zip', root_dir=tmp_dir
)


Expand Down
2 changes: 1 addition & 1 deletion src/engine/minimal_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class MinimalConverter : public ConverterInterface {

bool DeleteCandidateFromHistory(const Segments &segments,
size_t segment_index,
int candidate_index) const {
int candidate_index) const override {
return true;
}

Expand Down

0 comments on commit 961fec8

Please sign in to comment.