lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3925 in lilypond: lilypond -d leads to weird o


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3925 in lilypond: lilypond -d leads to weird output
Date: Thu, 05 Jun 2014 10:48:02 +0000

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

Comment #5 on issue 3925 by address@hidden: 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 <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]