https://bugs.freedesktop.org/show_bug.cgi?id=106413

            Bug ID: 106413
           Summary: [PATCH] vala: Fix lengths for source/sink port arrays
           Product: PulseAudio
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: misc
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Created attachment 139376
  --> https://bugs.freedesktop.org/attachment.cgi?id=139376&action=edit
Fix lengths for source/sink port arrays

vala assumes that the variable containing the length of an array will be called
the same as the array with a "_length" prefix, unless otherwise specified.

So, in this case, in the generated C code, it expected the length of the ports
arrays to be in ports_length, which doesn't exist.

This patch sets explicitly where it should find the array lengths.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to