aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cell_explorer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cell_explorer.c b/src/cell_explorer.c
index 5fdce793..ba6a1b66 100644
--- a/src/cell_explorer.c
+++ b/src/cell_explorer.c
@@ -1940,9 +1940,9 @@ static int add_stream(CellWindow *w, const char *stream_filename,
st = stream_open_for_read(stream_filename);
if ( st == NULL ) {
- fprintf(stderr, "Failed to open '%s'\n",
+ fprintf(stderr, "Failed to open '%s' (skipping)\n",
stream_filename);
- return 1;
+ return 0;
}
do {