This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 74a4a9b  try binwrite
74a4a9b is described below

commit 74a4a9b1931b422c49bf2429a6311ec91811dd35
Author: Sam Ruby <[email protected]>
AuthorDate: Fri Oct 6 00:10:44 2017 -0400

    try binwrite
---
 www/treasurer/bill-upload.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/treasurer/bill-upload.cgi b/www/treasurer/bill-upload.cgi
index 1ef1be0..a4b0a87 100755
--- a/www/treasurer/bill-upload.cgi
+++ b/www/treasurer/bill-upload.cgi
@@ -111,7 +111,7 @@ _html do
                 (['--username', $USER, '--password', $PASSWORD] if $PASSWORD)]
 
               Dir.chdir tmpdir do
-                File.write(name, @file.read)
+                IO.binwrite(name, @file.read)
                 _.system ['svn', 'add', name]
 
                 _.system ['svn', 'commit', name, '--message', @message,

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to