projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c3918
)
Do not translate programming error.
author
Jan Nieuwenhuizen
<janneke@gnu.org>
Tue, 1 Mar 2011 21:43:13 +0000
(22:43 +0100)
committer
Jan Nieuwenhuizen
<janneke@gnu.org>
Tue, 1 Mar 2011 21:54:05 +0000
(22:54 +0100)
lily/open-type-font.cc
patch
|
blob
|
history
diff --git
a/lily/open-type-font.cc
b/lily/open-type-font.cc
index 73d93ccb7dd103079722f1d06e100628951f813d..50c89a40650c67e164f61b5d68f9fb1314bb181d 100644
(file)
--- a/
lily/open-type-font.cc
+++ b/
lily/open-type-font.cc
@@
-247,7
+247,7
@@
Open_type_font::index_to_charcode (size_t i) const
return (size_t) iter->second;
else
{
- programming_error (
_ ("Invalid index for character")
);
+ programming_error (
"Invalid index for character"
);
return 0;
}
}