summaryrefslogtreecommitdiff
path: root/snd-genv.c
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-03-21 19:48:41 +0100
committerAlessio Treglia <quadrispro@ubuntu.com>2010-03-21 19:48:41 +0100
commit08d24d7a5682e59434c3da226fb1f2546c0ebd86 (patch)
tree4d2c0b5fb0a4bf2b0a4845d91e28f6a5dcc1c11f /snd-genv.c
parentd136f8f7d28ea86f3f040e95aef4c7a95ea8b7e2 (diff)
Imported Upstream version 11.4
Diffstat (limited to 'snd-genv.c')
-rw-r--r--snd-genv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/snd-genv.c b/snd-genv.c
index 0f20c2d..5193086 100644
--- a/snd-genv.c
+++ b/snd-genv.c
@@ -1357,7 +1357,7 @@ static XEN g_set_enved_envelope(XEN e)
else active_env = xen_to_env(e);
if ((!active_env) && (!(XEN_LIST_P(e))))
XEN_ERROR(NO_SUCH_ENVELOPE,
- XEN_LIST_2(C_TO_XEN_STRING(S_setB S_enved_envelope),
+ XEN_LIST_2(C_TO_XEN_STRING(S_setB S_enved_envelope ": bad envelope arg: ~A"),
e));
if (enved_dialog)
env_redisplay();