[Groonga-commit] ranguba/chupa-text-decomposer-pdf at 0f7308d [master] Fix method name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 17 23:49:39 JST 2014


Kouhei Sutou	2014-02-17 23:49:39 +0900 (Mon, 17 Feb 2014)

  New Revision: 0f7308d8fb40dd29179492c72ed506d625721a9c
  https://github.com/ranguba/chupa-text-decomposer-pdf/commit/0f7308d8fb40dd29179492c72ed506d625721a9c

  Message:
    Fix method name

  Modified files:
    lib/chupa-text/decomposers/pdf.rb

  Modified: lib/chupa-text/decomposers/pdf.rb (+1 -1)
===================================================================
--- lib/chupa-text/decomposers/pdf.rb    2014-02-17 23:49:20 +0900 (b9d80eb)
+++ lib/chupa-text/decomposers/pdf.rb    2014-02-17 23:49:39 +0900 (109db4d)
@@ -53,7 +53,7 @@ module ChupaText
       def create_document(data)
         _password = password(data)
         begin
-          wrap_stdout do
+          wrap_stderr do
             Poppler::Document.new(data.body, _password)
           end
         rescue GLib::Error => error
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index