mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Improved const-correctness, eliminating warnings.
Migrated some int to size_t
This commit is contained in:
@@ -1124,7 +1124,7 @@ static int printed_width( const wchar_t *str, int len )
|
||||
}
|
||||
|
||||
|
||||
wchar_t *parser_current_line()
|
||||
const wchar_t *parser_current_line()
|
||||
{
|
||||
int lineno=1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user