summaryrefslogtreecommitdiff
path: root/epan/nghttp2
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-02 10:36:34 +0200
committerEvan Huus <eapache@gmail.com>2014-08-03 13:24:34 +0000
commit5ced8933b9d2352e98da70d76c6f6deb8b001fbc (patch)
tree80696701917c59e1a1554d35aa1eca352545abee /epan/nghttp2
parent518f33957d273519581601bf985e26f4bb561981 (diff)
downloadwireshark-5ced8933b9d2352e98da70d76c6f6deb8b001fbc.tar.gz
HTTP2: Fix README about change of nghttp2
nghttp2ver.h is a local header, so use "" not <> See commit 4a182d48b1105889b51ee3bb06b033c636965130 Change-Id: I49210906290210fde8f496996e0e5ae69d697338 Reviewed-on: https://code.wireshark.org/review/3349 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/nghttp2')
-rw-r--r--epan/nghttp2/README.nghttp22
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/nghttp2/README.nghttp2 b/epan/nghttp2/README.nghttp2
index 54410ee355..79edd3debf 100644
--- a/epan/nghttp2/README.nghttp2
+++ b/epan/nghttp2/README.nghttp2
@@ -18,7 +18,7 @@ Change path to nghttp2.h
find . -name "nghttp2*" -type f -exec sed -i 's/<nghttp2\/nghttp2.h>/<nghttp2.h>/g' {} \;
Change path to nghttp2ver.h
-find . -name "nghttp2*" -type f -exec sed -i 's/<nghttp2\/nghttp2ver.h>/<nghttp2ver.h>/g' {} \;
+find . -name "nghttp2*" -type f -exec sed -i 's/<nghttp2\/nghttp2ver.h>/"nghttp2ver.h"/g' {} \;
Fix c++-compat error