@xiota commented on this pull request.


In markdown/src/viewer.c:

> @@ -194,14 +194,15 @@ replace_all(MarkdownViewer *self,
 {
   gchar *ptr;
   gsize needle_len = strlen(needle);
+  gsize replacement_len_minus_one = strlen(replacement) - 1;

So I'd have something to change later?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.