Skip to content

Commit 8338f32

Browse files
Adjust title of cipher_migrate output
1 parent a77ab89 commit 8338f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int sqlcipher_codec_pragma(sqlite3* db, int iDb, Parse *pParse, const char *zLef
9292
if( sqlite3StrICmp(zLeft, "cipher_migrate")==0 && !zRight ){
9393
if(ctx){
9494
char *migrate_status = sqlite3_mprintf("%d", sqlcipher_codec_ctx_migrate(ctx));
95-
codec_vdbe_return_static_string(pParse, "sqlcipher_migrate", migrate_status);
95+
codec_vdbe_return_static_string(pParse, "cipher_migrate", migrate_status);
9696
sqlite3_free(migrate_status);
9797
}
9898
} else

0 commit comments

Comments
 (0)