From 50fab55d36abf7f01c733d2f80833408dbe0f761 Mon Sep 17 00:00:00 2001 From: jhurst Date: Fri, 13 May 2011 01:50:36 +0000 Subject: the story so far --- src/JP2K_Sequence_Parser.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/JP2K_Sequence_Parser.cpp') diff --git a/src/JP2K_Sequence_Parser.cpp b/src/JP2K_Sequence_Parser.cpp index 044ed46..c33321e 100755 --- a/src/JP2K_Sequence_Parser.cpp +++ b/src/JP2K_Sequence_Parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2009, John Hurst +Copyright (c) 2004-2011, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -78,7 +78,9 @@ public: std::string Str(m_DirName); Str += "/"; Str += next_file; - push_back(Str); + + if ( ! Kumu::PathIsDirectory(Str) ) + push_back(Str); } sort(); -- cgit v1.2.3