diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-06 14:11:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-06 14:13:02 +0100 |
commit | f3f63f555df87449b2d2a33718589b3afb3d9ddf (patch) | |
tree | 36a3d34002b7cb1843da62c891adf9a76c9b4186 /scp2/source | |
parent | 3b79694781e825a215842e57287e6054db591c57 (diff) |
fdo#82038: senddoc, uri-encode got lost on Mac
Change-Id: I2f104c64601b22ce3ef078295c7da3cb21a133f9
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 86128d090956..5f31ae4f328d 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -158,7 +158,7 @@ End #endif -#if defined UNX && ! defined MACOSX +#if defined UNX File gid_File_Bin_Senddoc BIN_FILE_BODY; Dir = FILELIST_DIR; |