projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
30e85fe
)
Resolves RT#8847.
Ken Youens-Clark [Wed, 12 Aug 2009 21:17:43 +0000 (21:17 +0000)]
lib/SQL/Translator/Producer/Diagram.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Producer/Diagram.pm
b/lib/SQL/Translator/Producer/Diagram.pm
index
939a1bf
..
93b67c8
100644
(file)
--- a/
lib/SQL/Translator/Producer/Diagram.pm
+++ b/
lib/SQL/Translator/Producer/Diagram.pm
@@
-521,6
+521,7
@@
sub produce {
#
if ( $out_file ) {
open my $fh, '>', $out_file or die "Can't write '$out_file': $!\n";
+ binmode $fh;
print $fh $gd->$output_type;
close $fh;
}