@LarsGit223 commented on this pull request.


In workbench/src/utils.c:

> +			if (strlen(splitv_base[index]) > 0)
+			{
+				equal++;
+				equal_index = index;
+		    }
+		}
+		else
+		{
+			break;
+		}
+		index++;
+	}
+
+	pos = 0;
+	length = 0;
+	relative = g_new (char *, 30);

Fixed, see above.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.