Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Dec 20, 2010
1 parent 4ca8d43 commit 82d9ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -8,7 +8,7 @@ require 'rbconfig'
require 'tempfile'

PKG_NAME = 'hornetseye-frame'
PKG_VERSION = '0.9.0'
PKG_VERSION = '0.9.1'
CFG = RbConfig::CONFIG
CXX = ENV[ 'CXX' ] || 'g++'
RB_FILES = FileList[ 'lib/**/*.rb' ]
Expand Down
2 changes: 1 addition & 1 deletion lib/hornetseye-frame/node.rb
Expand Up @@ -30,7 +30,7 @@ def to_type_with_frame( target )
elsif typecode < RGB_ and typecode != UBYTERGB
to_type( UBYTERGB ).to_type target
else
orig_to_type_with_frame target
memorise.orig_to_type_with_frame target
end
else
to_type_without_frame target
Expand Down

0 comments on commit 82d9ae7

Please sign in to comment.