Index: head/multimedia/subtitlecomposer-kde4/files/patch-src_core_subtitleline.cpp =================================================================== --- head/multimedia/subtitlecomposer-kde4/files/patch-src_core_subtitleline.cpp (nonexistent) +++ head/multimedia/subtitlecomposer-kde4/files/patch-src_core_subtitleline.cpp (revision 421333) @@ -0,0 +1,11 @@ +--- src/core/subtitleline.cpp.orig 2014-09-26 10:33:30 UTC ++++ src/core/subtitleline.cpp +@@ -53,7 +53,7 @@ SubtitleLine::errorID(SubtitleLine::Erro + if(flag < 1) + return ErrorUNKNOWN; + +- int id = (int)log2(flag); ++ int id = (int)log2((double)flag); + return id < ErrorSIZE ? (ErrorID)id : ErrorUNKNOWN; + } + Property changes on: head/multimedia/subtitlecomposer-kde4/files/patch-src_core_subtitleline.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property