mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 14:51:16 -03:00
Additional warnings cleanup, effective C++ violations, dead code removal
This commit is contained in:
@@ -74,7 +74,8 @@ static void read_file( FILE *f, wcstring &b )
|
||||
*/
|
||||
static void insert_tabs( wcstring &out, int indent )
|
||||
{
|
||||
out.append(indent, L'\t');
|
||||
if (indent > 0)
|
||||
out.append((size_t)indent, L'\t');
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user