Skip to content

Metadata typos in 4.4.1 #374

@dubiousjim

Description

@dubiousjim

Was looking through the diffs from 4.4.0-4.4.1, and I noticed a few places where you have wrong/misplaced /* BEGIN SQLCIPHER */ or /* END SQLCIPHER */ labels.

  • End of src/crypto.c misplaced END
  • src/sqlite.h.in line 5995 (after sqlite3_activate_see) has a BEGIN that should be an END
  • src/shell.c.in line 11121 has a BEGIN that should be an END
  • src/tclsqlite.c line 3730 (in DbMain) has a BEGIN that should be an END

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions