Browse Source

Fix #7 correcting _ttail_search_closest_stdin() returned value

Yann Weber 7 years ago
parent
commit
e314231033
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ttail_search_std.c

+ 1
- 1
src/ttail_search_std.c View File

@@ -136,7 +136,7 @@ int _ttail_search_closest_stdin(ttail_t* t)
136 136
 			return -1;
137 137
 		}
138 138
 	}
139
-	return 0;
139
+	return 1;
140 140
 }
141 141
 
142 142
 void _ttail_search_print_stdin(ttail_t* t, int fd)

Loading…
Cancel
Save