Page MenuHomePhabricator
Authored By
steghoefer
Feb 15 2011, 2:58 PM
Size
445 B
Referenced Files
None
Subscribers
None

fix.diff

Index: Modules/MitkExt/IO/mitkPACSPlugin.cpp
===================================================================
--- Modules/MitkExt/IO/mitkPACSPlugin.cpp (revision 29792)
+++ Modules/MitkExt/IO/mitkPACSPlugin.cpp (working copy)
@@ -238,7 +238,7 @@
return std::string("application/pdf");
}
- if ( firstLine.substr( 0, 5 ) == "{\rtf" )
+ if ( firstLine.substr( 0, 5 ) == "{\\rtf" )
{
return std::string("text/richtext");
}

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
638
Default Alt Text
fix.diff (445 B)

Event Timeline