aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-01 16:32:52 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-04 11:34:45 -0700
commit8185bee4b83ce94f098cd07a360a0d78ad781c78 (patch)
tree9d93c0c617de4c25e4acd49ff8383ce2a8d84e0c /screen.h
parent2e1b3325c63cd6c43a10a08acfc54d1fb29a5c03 (diff)
Lots of work towards making fish build without warnings on Mountain Lion, mostly in terms of using size_t instead of int
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.h b/screen.h
index edaba133..ba72d4af 100644
--- a/screen.h
+++ b/screen.h
@@ -147,7 +147,7 @@ class screen_t
void s_write( screen_t *s,
const wchar_t *prompt,
const wchar_t *commandline,
- int explicit_len,
+ size_t explicit_len,
const int *colors,
const int *indent,
int cursor_pos );