summaryrefslogtreecommitdiff
path: root/libsqlite3/README-DEV
diff options
context:
space:
mode:
Diffstat (limited to 'libsqlite3/README-DEV')
-rw-r--r--libsqlite3/README-DEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsqlite3/README-DEV b/libsqlite3/README-DEV
index cf521b9..a6f056f 100644
--- a/libsqlite3/README-DEV
+++ b/libsqlite3/README-DEV
@@ -12,7 +12,7 @@ Also fix warnings that pop up with -Wall:
$ mv sqlite3.c sqlite3.c.orig
$ cp sqlite3.c.orig sqlite3.c
-$ git apply fix-warnings.patch
+$ git apply ../fix-warnings.patch
$ popd
Note that patches are produced by commands similar to the following: