aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-04 13:02:44 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-04 13:02:44 -0700
commit7a4622714184f196d8592ee6188945fb0528bd06 (patch)
tree6096d73657c584d80abcf187c67617ad810d7e45 /expand.h
parentb904aa78e854b55414a5f6ea0a995fe9a852ee99 (diff)
More warning fixes and switching from int to long or size_t
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.h b/expand.h
index 1181570c..a5a976c7 100644
--- a/expand.h
+++ b/expand.h
@@ -190,7 +190,7 @@ int expand_is_clean( const wchar_t *in );
\param token_pos The position where the expansion begins
\param error_pos The position on the line to report to the error function.
*/
-void expand_variable_error( parser_t &parser, const wchar_t *token, int token_pos, int error_pos );
+void expand_variable_error( parser_t &parser, const wchar_t *token, size_t token_pos, int error_pos );
/**
Testing function for getting all process names.