Updates:
        Status: Started
        Owner: [email protected]
        Labels: Patch-new

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

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.

http://codereview.appspot.com/104720047

--
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