1
0
Fork 0
firefox/third_party/sqlite3/ext/sqlite-vec/patches/bug1953266.patch
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
189 B
Diff

--- a/sqlite-vec.c
+++ b/sqlite-vec.c
@@ -17,7 +17,7 @@
#ifndef SQLITE_CORE
#include "sqlite3ext.h"
-SQLITE_EXTENSION_INIT1
+SQLITE_EXTENSION_INIT3
#else
#include "sqlite3.h"
#endif