[librsvg] Fix "/*" inside comments



commit b5c642f781726f4402813890ffd8294fb83b4b3a
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Nov 22 09:12:22 2017 -0600

    Fix "/*" inside comments

 rsvg-gobject.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rsvg-gobject.c b/rsvg-gobject.c
index af79826..a211bf7 100644
--- a/rsvg-gobject.c
+++ b/rsvg-gobject.c
@@ -57,8 +57,8 @@
  * if the base file is <filename>/foo/bar/baz.svg</filename>, then librsvg will
  * only try to load referenced files (from SVG's "image" element, for example,
  * or from content included through XML entities) if those files are in
- * <filename>/foo/bar/*</filename> or in
- * <filename>/foo/bar/*<!-- -->/.../*</filename>.  This is so that malicious
+ * <filename>/foo/bar/<!-- -->*</filename> or in
+ * <filename>/foo/bar/<!-- -->*<!-- -->/.../<!-- -->*</filename>.  This is so that malicious
  * SVG files cannot include files that are in a directory above.
  *
  * # Loading an SVG with GIO


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]