aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-31 21:06:52 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-31 21:06:52 -0800
commitbb19fe703a2711ddad1b381498fea2d703b92d91 (patch)
treec2c3d5ada2474073925547ab672f87c744d0c691 /builtin.h
parenteef1e3e77e9ec1c80c7a388c2a5433bbc9910db3 (diff)
Fixup wsetlocale to use wcstring
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.h b/builtin.h
index 5b48fe84..1083149d 100644
--- a/builtin.h
+++ b/builtin.h
@@ -157,7 +157,7 @@ void builtin_pop_io(parser_t &parser);
/**
- Return a one-line description of the specified builtin
+ Return a one-line description of the specified builtin. This is usually a truly constant string, so we should not wrap it in a wcstring.
*/
const wchar_t *builtin_get_desc( const wchar_t *b );