RE: [PATCH 2/4] capture: Fix capture engine to handle new extensions.

2014-07-11 Thread Jennifer Averett
> -Original Message- > From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Chris Johns > Sent: Thursday, July 10, 2014 8:44 PM > To: devel@rtems.org > Subject: Re: [PATCH 2/4] capture: Fix capture engine to handle new > extensions. > > > > On

Re: [PATCH 2/4] capture: Fix capture engine to handle new extensions.

2014-07-10 Thread Chris Johns
On 10/07/2014 11:44 pm, Jennifer Averett wrote: --- cpukit/libmisc/capture/capture.c | 96 cpukit/libmisc/capture/capture.h | 17 --- 2 files changed, 78 insertions(+), 35 deletions(-) diff --git a/cpukit/libmisc/capture/capture.c b/cpukit/libmi

[PATCH 2/4] capture: Fix capture engine to handle new extensions.

2014-07-10 Thread Jennifer Averett
--- cpukit/libmisc/capture/capture.c | 96 cpukit/libmisc/capture/capture.h | 17 --- 2 files changed, 78 insertions(+), 35 deletions(-) diff --git a/cpukit/libmisc/capture/capture.c b/cpukit/libmisc/capture/capture.c index 6f8e0a2..ec5e408 100644 ---