Upstream fixed makeIntermedTemplate().
Instead of using strdup() the variable type has been changed to const char*.

@@ -507,7 +514,7 @@
 {
        char *result = 0;
        const char *templ = "ragel-XXXXXX.xml";
-       char *lastSlash = strrchr( baseFileName, '/' );
+       const char *lastSlash = strrchr( baseFileName, '/' );
        if ( lastSlash == 0 ) {
                result = new char[strlen(templ)+1];
                strcpy( result, templ );

-- 
Sync ragel 6.6-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/589881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to