13 lines
289 B
Diff
13 lines
289 B
Diff
|
Index: fish-2.1.1/fallback.cpp
|
||
|
===================================================================
|
||
|
--- fish-2.1.1.orig/fallback.cpp
|
||
|
+++ fish-2.1.1/fallback.cpp
|
||
|
@@ -61,6 +61,7 @@ int tputs(const char *str, int affcnt, i
|
||
|
{
|
||
|
fish_putc(*str++);
|
||
|
}
|
||
|
+ return 0;
|
||
|
}
|
||
|
|
||
|
#endif
|