From 9c40e8e91ea05f0f484dc998a4d3574104c18fae Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 16 Mar 2011 20:50:32 -0500 Subject: [PATCH] FS-3122 --- src/mod/formats/mod_file_string/mod_file_string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/formats/mod_file_string/mod_file_string.c b/src/mod/formats/mod_file_string/mod_file_string.c index 7e36c720aa..92d3800f24 100644 --- a/src/mod/formats/mod_file_string/mod_file_string.c +++ b/src/mod/formats/mod_file_string/mod_file_string.c @@ -101,7 +101,6 @@ static int next_file(switch_file_handle_t *handle) handle->seekable = context->fh.seekable; handle->speed = context->fh.speed; handle->interval = context->fh.interval; - handle->flags = context->fh.flags; if (context->index == 0) { context->samples = (handle->samplerate / 1000) * 250;