pmatilai commented on this pull request.


> +    if (parts->g[0] == ':') {
+       parts->g++;
+       SKIPBLANK(parts->g,c);
+       parts->ge = parts->g;
+       while ((parts->ge[0] != 0) && (parts->ge[0] != ':')) {
+           parts->ge++;
+           if (parts->ge[0] == '{') {
+               if ((parts->ge = matchchar(parts->ge++, '{', '}')) == NULL)
+                   return NULL;
+           }
+       }
+    } else {
+       return NULL;
+    }
+
+    /* be the trhird part starting by ':' is optional */

The comment has typos and doesn't make sense.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/746#pullrequestreview-252199480
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to