Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_8

Comment #5 on issue 3925 by [email protected]: lilypond -d leads to weird output
http://code.google.com/p/lilypond/issues/detail?id=3925

Pushed to staging as
commit 6b2653e61912ebdf4391bcbee98fa87c30092523
Author: David Kastrup <[email protected]>
Date:   Sun Jun 1 16:30:04 2014 +0200

    Issue 3925: lilypond -d leads to weird output

    C++ string manipulation is a fragile bolt-on onto the type system.

    "-" + 'd'

    evaluates to a pointer 100 bytes after a constant string "-" in the data
    section.  This fixes this bug, and also changes the fixed message from

        lilypond: option `-d, `--define-default'' requires an argument

    to

        lilypond: option `-d, --define-default' requires an argument

    In general, it does not appear to make sense quoting the long options
    while not quoting the short options.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to