version bump
[asdcplib.git] / src / TimedText_Parser.cpp
index 3312b58eb1e3206325c94fb3b3a5ffbbccc21245..ea5f0a9e3cf34b85011dbaa2875ffb9eba7560df 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2007-2013, John Hurst
+Copyright (c) 2007-2014, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -70,7 +70,10 @@ ASDCP::TimedText::LocalFilenameResolver::ResolveRID(const byte_t* uuid, TimedTex
   UUID RID(uuid);
   PathList_t found_list;
 
+#ifndef KM_WIN32
+  // TODO, fix this for win32 (needs regex)
   FindInPath(PathMatchRegex(RID.EncodeHex(buf, 64)), m_Dirname, found_list);
+#endif
 
   if ( found_list.size() == 1 )
     {